u-boot-brain/include/asm-m68k
Shinya Kuribayashi b075d74efb Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
----------------------------------------------------------------
Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]

Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
32bit targets.

GCC can be made to warn about usage of long long types with ISO C90
(-ansi), but only with -pedantic.  You can write this in a way that even
then it doesn't cause warnings, namely by:

#ifdef __GNUC__
__extension__ typedef __signed__ long long __s64;
__extension__ typedef unsigned long long __u64;
#endif

The __extension__ keyword in front of this switches off any pedantic
warnings for this expression.

Signed-off-by: Olaf Hering <olh@suse.de>
Cc: <linux-arch@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
----------------------------------------------------------------

Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2008-02-23 09:49:48 +01:00
..
coldfire ColdFire: Add modules header files 2008-01-17 14:59:39 -06:00
bitops.h
byteorder.h
errno.h
fec.h ColdFire: Add MCF547x_8x related header files 2008-01-17 14:59:41 -06:00
fsl_i2c.h
fsl_mcdmafec.h ColdFire: Add MCF547x_8x related header files 2008-01-17 14:59:41 -06:00
global_data.h ColdFire: Add MCF5227x cpu and M52277EVB support-1 2008-01-17 14:59:41 -06:00
immap_547x_8x.h ColdFire: Add MCF547x_8x related header files 2008-01-17 14:59:41 -06:00
immap_5227x.h ColdFire: Add MCF5227x cpu and MCF52277EVB support-2 2008-01-17 14:59:41 -06:00
immap_5235.h
immap_5249.h
immap_5253.h
immap_5271.h
immap_5272.h
immap_5282.h
immap_5329.h ColdFire: Add M5373EVB platform support - 2 2008-01-17 14:59:40 -06:00
immap_5445x.h ColdFire: MCF5445x header files cleanup 2008-01-17 14:59:39 -06:00
immap.h ColdFire: Add MCF547x_8x related header files 2008-01-17 14:59:41 -06:00
io.h ColdFire: Fix CFI Flash low level Read/Write macro 2008-01-17 14:59:40 -06:00
m547x_8x.h ColdFire: Add MCF547x_8x related header files 2008-01-17 14:59:41 -06:00
m5227x.h ColdFire: Add MCF5227x cpu and M52277EVB support-3 2008-01-17 14:59:41 -06:00
m5235.h
m5249.h
m5253.h
m5271.h
m5272.h
m5282.h
m5329.h ColdFire: Add M5373EVB platform support - 2 2008-01-17 14:59:40 -06:00
m5445x.h ColdFire: PCI and misc updates for MCF5445x 2008-01-17 14:59:40 -06:00
posix_types.h
processor.h
ptrace.h
rtc.h
string.h
timer.h
types.h Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets. 2008-02-23 09:49:48 +01:00
u-boot.h
uart.h