u-boot-brain/include/asm-blackfin
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
..
mach-bf527 punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
mach-bf533 punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
mach-bf537 punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
mach-bf548 punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
mach-bf561 punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
mach-common Coding STyle cleanup. 2008-02-15 00:11:39 +01:00
bfin_logo_230x230.h add the default Blackfin logo used by Blackfin boards with splash screens 2008-02-04 19:26:54 -05:00
bitops.h punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
blackfin_cdef.h punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
blackfin_def.h punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
blackfin_local.h punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
blackfin-config-post.h punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
blackfin-config-pre.h punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
blackfin.h punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
byteorder.h [Blackfin][PATCH] Fix copyright and update license 2007-04-05 18:31:18 +08:00
cplb.h punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
delay.h [Blackfin][PATCH] Fix copyright and update license 2007-04-05 18:31:18 +08:00
entry.h punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
errno.h [Blackfin][PATCH] Fix copyright and update license 2007-04-05 18:31:18 +08:00
global_data.h punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
io.h punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
linkage.h punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
mem_init.h [Blackfin][PATCH] Fix copyright and update license 2007-04-05 18:31:18 +08:00
posix_types.h punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
processor.h punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
ptrace.h [Blackfin][PATCH] Fix copyright and update license 2007-04-05 18:31:18 +08:00
shared_resources.h [Blackfin][PATCH] Fix copyright and update license 2007-04-05 18:31:18 +08:00
string.h punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
system.h punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00
traps.h [Blackfin][PATCH] Fix copyright and update license 2007-04-05 18:31:18 +08: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 punt Blackfin VDSP headers and import sanitized/auto-generated ones 2008-02-04 19:26:55 -05:00