u-boot-brain/include/asm-mips
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
..
addrspace.h [MIPS] Fix UNCACHED_SDRAM 2007-10-21 22:10:10 +09:00
au1x00.h Add support for gth2 board 2006-06-16 17:32:31 +02:00
bitops.h * Code cleanup: 2003-06-27 21:31:46 +00:00
byteorder.h * Add support for 16 MB flash configuration of TRAB board 2003-02-28 00:49:47 +00:00
cachectl.h * Add support for 16 MB flash configuration of TRAB board 2003-02-28 00:49:47 +00:00
cacheops.h * Add support for 16 MB flash configuration of TRAB board 2003-02-28 00:49:47 +00:00
global_data.h Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent 2003-10-10 10:05:42 +00:00
inca-ip.h * Code cleanup: 2003-06-27 21:31:46 +00:00
io.h Introduce map_physmem() and unmap_physmem() 2007-12-13 13:15:16 +01:00
isadep.h * Add support for 16 MB flash configuration of TRAB board 2003-02-28 00:49:47 +00:00
mipsregs.h * Patch by Steven Scholz, 10 Oct 2003 2003-10-09 20:09:04 +00:00
posix_types.h * Code cleanup: 2003-06-27 21:31:46 +00:00
processor.h * Code cleanup: 2003-06-27 21:31:46 +00:00
ptrace.h * Add support for 16 MB flash configuration of TRAB board 2003-02-28 00:49:47 +00:00
reg.h * Add support for 16 MB flash configuration of TRAB board 2003-02-28 00:49:47 +00:00
regdef.h * Add support for 16 MB flash configuration of TRAB board 2003-02-28 00:49:47 +00:00
sgidefs.h * Add support for 16 MB flash configuration of TRAB board 2003-02-28 00:49:47 +00:00
string.h Mips: Fix string functions differ prototype declaration 2007-10-24 00:29:31 +02:00
system.h * Code cleanup: 2003-06-27 21:31:46 +00: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 Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h 2005-11-25 16:38:03 +01:00