Ingo Molnar
fe333321e2
powerpc: Change u64/s64 to a long long integer type
...
Convert arch/powerpc/ over to long long based u64:
-#ifdef __powerpc64__
-# include <asm-generic/int-l64.h>
-#else
-# include <asm-generic/int-ll64.h>
-#endif
+#include <asm-generic/int-ll64.h>
This will avoid reoccuring spurious warnings in core kernel code that
comes when people test on their own hardware. (i.e. x86 in ~98% of the
cases) This is what x86 uses and it generally helps keep 64-bit code
32-bit clean too.
[Adjusted to not impact user mode (from paulus) - sfr]
Signed-off-by: Ingo Molnar <mingo@elte.hu >
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au >
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org >
2009-01-13 14:47:59 +11:00
..
2009-01-09 04:56:56 -05:00
2009-01-08 16:29:41 +00:00
2009-01-10 15:06:52 -08:00
2009-01-08 08:31:14 -08:00
2009-01-09 15:06:12 -08:00
2009-01-13 13:59:11 +11:00
2008-11-30 12:17:28 +01:00
2008-12-29 08:28:43 +01:00
2009-01-12 16:37:00 -08:00
2009-01-02 11:44:09 -08:00
2008-11-14 10:39:19 +11:00
2009-01-10 06:12:18 -08:00
2008-12-30 18:48:01 -05:00
2008-12-25 11:02:33 +11:00
2009-01-06 11:38:22 -07:00
2009-01-12 20:56:42 +01:00
2009-01-06 11:38:22 -07:00
2009-01-06 15:59:30 -08:00
2009-01-09 23:22:32 +01:00
2009-01-08 08:31:15 -08:00
2009-01-06 17:02:07 -08:00
2009-01-07 15:48:54 -08:00
2009-01-07 15:37:24 -08:00
2009-01-09 16:54:42 -08:00
2009-01-07 15:37:24 -08:00
2009-01-09 03:39:43 -05:00
2009-01-06 10:44:39 -08:00
2009-01-08 11:05:59 -08:00
2009-01-08 08:31:15 -08:00
2009-01-11 01:34:25 +01:00
2009-01-11 18:36:30 +01:00
2009-01-08 20:58:01 +00:00
2009-01-06 10:44:34 -08:00
2009-01-07 11:31:52 -08:00
2009-01-09 08:31:11 +11:00
2009-01-08 11:05:59 -08:00
2009-01-09 16:54:41 -08:00
2009-01-08 16:27:31 -08:00
2009-01-11 01:34:25 +01:00
2009-01-09 04:56:56 -05:00
2009-01-09 11:52:14 -08:00
2009-01-09 12:37:15 -08:00
2009-01-13 14:47:59 +11:00
2009-01-09 15:49:06 -07:00
2009-01-09 12:43:06 -08:00
2009-01-09 11:53:07 -08:00
2009-01-06 15:59:31 -08:00
2009-01-10 06:12:18 -08:00
2009-01-13 14:47:59 +11:00
2009-01-09 16:54:41 -08:00
2009-01-09 03:39:43 -05:00
2009-01-11 01:34:24 +01:00
2008-11-19 16:03:54 +11:00
2009-01-06 15:59:28 -08:00
2009-01-11 01:34:25 +01:00
2009-01-11 01:34:24 +01:00
2009-01-11 00:05:16 -08:00
2009-01-06 13:20:38 -08:00
2009-01-13 14:47:59 +11:00
2009-01-12 16:37:00 -08:00
2008-12-16 16:40:32 +09:00
2009-01-09 16:01:53 -07:00
2008-11-21 11:06:03 -05:00
2009-01-07 17:22:04 -08:00
2009-01-06 10:44:37 -08:00
2009-01-06 10:44:44 -08:00
2009-01-12 16:37:01 -08:00
2009-01-08 11:05:59 -08:00
2009-01-12 20:56:43 +01:00
2009-01-06 10:44:34 -08:00
2009-01-08 08:31:14 -08:00
2009-01-12 20:08:56 +00:00
2009-01-08 08:30:59 -08:00
2009-01-12 20:56:43 +01:00
2008-12-19 04:42:32 -05:00
2009-01-09 04:56:56 -05:00