diff options
| -rw-r--r-- | arch/x86/kernel/early-quirks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/early-quirks.c b/arch/x86/kernel/early-quirks.c index b0cc3809723d..6e2537c32190 100644 --- a/arch/x86/kernel/early-quirks.c +++ b/arch/x86/kernel/early-quirks.c | |||
| @@ -240,7 +240,7 @@ static u32 __init intel_stolen_base(int num, int slot, int func, size_t stolen_s | |||
| 240 | return base; | 240 | return base; |
| 241 | } | 241 | } |
| 242 | 242 | ||
| 243 | #define KB(x) ((x) * 1024) | 243 | #define KB(x) ((x) * 1024UL) |
| 244 | #define MB(x) (KB (KB (x))) | 244 | #define MB(x) (KB (KB (x))) |
| 245 | #define GB(x) (MB (KB (x))) | 245 | #define GB(x) (MB (KB (x))) |
| 246 | 246 | ||
