2.6.25: include/asm-ppc vs. include/asm-powerpc

Arnd Bergmann arnd at arndb.de
Thu Aug 28 23:53:17 EST 2008


On Thursday 28 August 2008, Paul Smith wrote:
> However, looking in the include/asm-ppc directory I see that many of the
> files that used to be there are not there anymore... although they do
> appear in include/asm-powerpc.  In particular I'm interested in
> ppc_asm.h which used to exist in both asm-ppc64 AND in asm-ppc, but now
> only exists in asm-powerpc.  What's the approved way to include this
> header if asm points to asm-ppc?
> 
> In general it seems like lots of headers that used to be in both asm
> directories now appear in only asm-powerpc; I don't really see how this
> is supposed to work.  Any tips on this would be most welcome.
> 

The easiest solution should be to just include all your modules in
the kernel source as patches, rather than building them externally.

That will give you access to all the headers you need.

Of course that is only possible if all your modules are GPL, but I
assume that you would not have asked here if they were not.

	Arnd <><


More information about the Linuxppc-embedded mailing list