diff options
Diffstat (limited to 'arch/x86/lib/kaslr.c')
-rw-r--r-- | arch/x86/lib/kaslr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/kaslr.c b/arch/x86/lib/kaslr.c index f7dfeda83e5c..121f59c6ee54 100644 --- a/arch/x86/lib/kaslr.c +++ b/arch/x86/lib/kaslr.c | |||
@@ -19,7 +19,7 @@ | |||
19 | #include <asm/cpufeature.h> | 19 | #include <asm/cpufeature.h> |
20 | #include <asm/setup.h> | 20 | #include <asm/setup.h> |
21 | 21 | ||
22 | #define debug_putstr(v) early_printk(v) | 22 | #define debug_putstr(v) early_printk("%s", v) |
23 | #define has_cpuflag(f) boot_cpu_has(f) | 23 | #define has_cpuflag(f) boot_cpu_has(f) |
24 | #define get_boot_seed() kaslr_offset() | 24 | #define get_boot_seed() kaslr_offset() |
25 | #endif | 25 | #endif |