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

2008-12-09 Thread Allon Stern


On Dec 8, 2008, at 6:01 PM, Geert Uytterhoeven wrote:


I think you can share a toolchain for m68k and m68knommu, at least  
for the
kernel (I used my plain m68k toolchain when experimenting with  
m68knommu for

Amiga).


The coldfire (m68knommu) doesn't have some instructions; this caused  
us some grief in the assembly code exported from m68k for byte order  
in user-space.


-
allon
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


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

2008-12-09 Thread Geert Uytterhoeven
On Tue, 9 Dec 2008, Allon Stern wrote:
> On Dec 8, 2008, at 6:01 PM, Geert Uytterhoeven wrote:
> > I think you can share a toolchain for m68k and m68knommu, at least for the
> > kernel (I used my plain m68k toolchain when experimenting with m68knommu for
> > Amiga).
> 
> The coldfire (m68knommu) doesn't have some instructions; this caused us some
> grief in the assembly code exported from m68k for byte order in user-space.

Sure, but that one is nicely protected by "#if defined (__mcfisaaplus__) ||
defined (__mcfisac__)", right?

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


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 mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


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 version?
Its has been in for a little while.
In 2.6.28-rc8:

grep mcfisaaplus arch/m68knommu/include/asm/*

arch/m68knommu/include/asm/bitops.h:#if defined (__mcfisaaplus__) || 
defined (__mcfisac__)
arch/m68knommu/include/asm/byteorder.h:#if defined (__mcfisaaplus__) || 
defined (__mcfisac__)



Regards
Greg



Greg Ungerer  --  Principal EngineerEMAIL: g...@snapgear.com
SnapGear, a McAfee Company  PHONE:   +61 7 3435 2888
825 Stanley St, FAX: +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev