uboot/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
bitops.h
byteorder.h
cachectl.h
cacheops.h
global_data.h
inca-ip.h
io.h Introduce map_physmem() and unmap_physmem() 2007-12-13 13:15:16 +01:00
isadep.h
mipsregs.h
posix_types.h
processor.h
ptrace.h
reg.h
regdef.h
sgidefs.h
string.h Mips: Fix string functions differ prototype declaration 2007-10-24 00:29:31 +02:00
system.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