[uClinux-dev] Re: Merge headerfiles for m68k and m68knommu to arch/m68k/include/asm

2008-12-11 Thread Geert Uytterhoeven
On Tue, 9 Dec 2008, Sam Ravnborg wrote: > On Tue, Dec 09, 2008 at 12:26:05AM +0100, Arnd Bergmann wrote: > > On Tuesday 09 December 2008, Geert Uytterhoeven wrote: > > > > I have used the following include guard: > > > > > > > > #ifdef __uClinux__ > > > > #include "atomic_no.h" > > > > #else > > >

Re: [uClinux-dev] Re: Merge headerfiles for m68k and m68knommu to arch/m68k/include/asm

2008-12-11 Thread Allon Stern
On Dec 9, 2008, at 12:39 PM, Geert Uytterhoeven wrote: Sure, but that one is nicely protected by "#if defined (__mcfisaaplus__) || defined (__mcfisac__)", right? Well, that was the patch we had to apply. It wasn't in the baseline kernel.org kernel. - allon ___

[uClinux-dev] Re: Merge headerfiles for m68k and m68knommu to arch/m68k/include/asm

2008-12-11 Thread Geert Uytterhoeven
On Thu, 11 Dec 2008, Geert Uytterhoeven wrote: > On Tue, 9 Dec 2008, Sam Ravnborg wrote: > > On Tue, Dec 09, 2008 at 12:26:05AM +0100, Arnd Bergmann wrote: > > > On Tuesday 09 December 2008, Geert Uytterhoeven wrote: > > > > > I have used the following include guard: > > > > > > > > > > #ifdef __u

Re: [uClinux-dev] Re: Merge headerfiles for m68k and m68knommu to arch/m68k/include/asm

2008-12-11 Thread Greg Ungerer
Allon Stern wrote: On Dec 9, 2008, at 12:39 PM, Geert Uytterhoeven wrote: Sure, but that one is nicely protected by "#if defined (__mcfisaaplus__) || defined (__mcfisac__)", right? Well, that was the patch we had to apply. It wasn't in the baseline kernel.org kernel. What kernel.org versio

[uClinux-dev] Re: Merge headerfiles for m68k and m68knommu to arch/m68k/include/asm

2008-12-11 Thread Greg Ungerer
Geert Uytterhoeven wrote: On Tue, 9 Dec 2008, Sam Ravnborg wrote: On Tue, Dec 09, 2008 at 12:26:05AM +0100, Arnd Bergmann wrote: On Tuesday 09 December 2008, Geert Uytterhoeven wrote: I have used the following include guard: #ifdef __uClinux__ #include "atomic_no.h" #else #include "atomic_mm