On Tue, Oct 21, 2008 at 12:42, Jesper Nilsson <jesper.nilsson@xxxxxxxx> wrote:For moving machine header files to arch/blackfin/include/asm/mach-bf{527, 533, 537, 538, 548, 561}, we need to set a link such as arch/blackfin/include/asm/mach -> arch/blackfin/include/asm/mach-bf527, because tons of drivers use the header file <asm/mach/xxxx.h>.
That means that the machine dependent header files are moved to
arch/cris/mach-{fs,a3}/include, while the common and architecture
dependent files are moved to arch/cris/include.
It is mainly this I'd like some input on, since most other ports
that have moved their header files have put all headers in arch/*/include.
that seems like a fairly obvious good idea to me ... i'm thinking we
should do it for Blackfin as well ...
-mike