uboot/include/asm-ppc
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
..
4xx_pci.h
4xx_pcie.h
5xx_immap.h
8xx_immap.h
atomic.h
bitops.h
byteorder.h
cache.h
cpm_85xx.h
cpm_8260.h
e300.h
errno.h
fsl_i2c.h
fsl_law.h
global_data.h
gpio.h
immap_83xx.h
immap_85xx.h
immap_86xx.h
immap_512x.h
immap_8220.h
immap_8260.h
immap_fsl_pci.h
immap_qe.h
io.h
iopin_8xx.h
iopin_85xx.h
iopin_8260.h
m8260_pci.h
mc146818rtc.h
mmu.h
mpc8xxx_spi.h
mpc8349_pci.h
pci_io.h
pnp.h
posix_types.h
ppc4xx-intvec.h
processor.h
ptrace.h
residual.h
sigcontext.h
signal.h
status_led.h
string.h
types.h
u-boot.h