Commit 95d9dbbd authored by Linus Torvalds's avatar Linus Torvalds

ppc64: fix untyped large constants so that they don't cause

sparse to warn about implicit typing.
parent c773633f
...@@ -21,14 +21,14 @@ ...@@ -21,14 +21,14 @@
#include <asm/iSeries/HvTypes.h> #include <asm/iSeries/HvTypes.h>
#define HvCallBase 0x8000000000000000 #define HvCallBase 0x8000000000000000ul
#define HvCallCc 0x8001000000000000 #define HvCallCc 0x8001000000000000ul
#define HvCallCfg 0x8002000000000000 #define HvCallCfg 0x8002000000000000ul
#define HvCallEvent 0x8003000000000000 #define HvCallEvent 0x8003000000000000ul
#define HvCallHpt 0x8004000000000000 #define HvCallHpt 0x8004000000000000ul
#define HvCallPci 0x8005000000000000 #define HvCallPci 0x8005000000000000ul
#define HvCallSm 0x8007000000000000 #define HvCallSm 0x8007000000000000ul
#define HvCallXm 0x8009000000000000 #define HvCallXm 0x8009000000000000ul
u64 HvCall0( u64 ); u64 HvCall0( u64 );
u64 HvCall1( u64, u64 ); u64 HvCall1( u64, u64 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment