linux/include/asm-powerpc
Olaf Hering 68a9bd0cd5 remove strict ansi check from __u64 in asm/types.h
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>
2007-10-17 08:42:53 -07:00
..
2007-07-31 21:12:07 -07:00
2007-10-11 09:14:31 -05:00
2007-10-12 14:05:17 +10:00
2007-10-15 14:29:49 -04:00
2007-03-09 15:03:25 +11:00
2007-03-22 22:52:55 +11:00
2007-10-17 08:42:51 -07:00
2007-07-17 10:23:11 -07:00
2007-10-11 09:14:31 -05:00
2007-10-14 12:41:51 -07:00
2007-05-07 20:31:14 +10:00
2007-10-17 08:42:47 -07:00
2007-10-16 09:43:10 -07:00
2007-05-08 11:15:20 -07:00
2007-06-28 19:16:38 +10:00
2007-10-12 14:05:17 +10:00
2007-08-20 07:28:48 -05:00
2007-10-12 14:05:17 +10:00
2007-08-20 07:28:48 -05:00
2007-07-20 14:25:22 +10:00
2007-05-07 20:31:14 +10:00
2007-10-12 14:05:17 +10:00
2007-05-08 11:15:05 -07:00
2007-04-24 21:31:51 +10:00
2007-05-11 08:29:34 -07:00
2007-09-14 01:33:25 +10:00
2007-06-28 19:19:20 +10:00
2007-06-14 22:29:57 +10:00
2007-10-16 11:27:32 +02:00
2007-10-17 08:42:47 -07:00
2007-05-02 20:04:30 +10:00
2007-10-12 14:05:17 +10:00
2007-05-08 11:54:20 +10:00
2007-10-11 20:40:44 +10:00