uboot-mt623x/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 Added NAND support 2007-08-08 09:47:43 +02:00
byteorder.h Added M5329AFEE and M5329BFEE Platforms 2007-06-18 15:17:56 -06:00
errno.h Added NAND support 2007-08-08 09:47:43 +02:00
fec.h ColdFire: Add MCF547x_8x related header files 2008-01-17 14:59:41 -06:00
fsl_i2c.h Added I2C support 2007-08-08 09:47:38 +02:00
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.h ColdFire: Add MCF547x_8x related header files 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 ColdFire: Add M5235EVB Platform for MCF523x 2007-08-17 11:36:29 -06:00
immap_5249.h ColdFire: MCF52x2 Header files update 2007-08-16 17:43:20 -06:00
immap_5253.h ColdFire: Add M5253EVBE platform for MCF52x2 2007-08-16 17:43:21 -06:00
immap_5271.h ColdFire: MCF52x2 Header files update 2007-08-16 17:43:20 -06:00
immap_5272.h ColdFire: MCF52x2 Header files update 2007-08-16 17:43:20 -06:00
immap_5282.h ColdFire: MCF52x2 Header files update 2007-08-16 17:43:20 -06:00
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
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 ColdFire: Add M5235EVB Platform for MCF523x 2007-08-17 11:36:29 -06:00
m5249.h ColdFire: MCF52x2 Header files update 2007-08-16 17:43:20 -06:00
m5253.h ColdFire: Add M5253EVBE platform for MCF52x2 2007-08-16 17:43:21 -06:00
m5271.h ColdFire: MCF52x2 Header files update 2007-08-16 17:43:20 -06:00
m5272.h ColdFire: MCF52x2 Header files update 2007-08-16 17:43:20 -06:00
m5282.h ColdFire: MCF52x2 Header files update 2007-08-16 17:43:20 -06:00
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 * Patch by Bernhard Kuhn, 28 Nov 2003: 2003-12-08 01:34:36 +00:00
processor.h * Some code cleanup 2004-02-12 00:47:09 +00:00
ptrace.h Added M5329AFEE and M5329BFEE Platforms 2007-06-18 15:17:56 -06:00
rtc.h ColdFire: Add M54455EVB for MCF5445x 2007-08-16 17:43:23 -06:00
string.h * Patch by Bernhard Kuhn, 28 Nov 2003: 2003-12-08 01:34:36 +00:00
timer.h ColdFire: MCF52x2 Header files update 2007-08-16 17:43:20 -06:00
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 ColdFire: Add M54455EVB for MCF5445x 2007-08-16 17:43:23 -06:00
uart.h New uart structure and defines 2007-07-10 14:29:10 -06:00