diff options
Diffstat (limited to 'arch/x86/boot/compressed/misc.c')
-rw-r--r-- | arch/x86/boot/compressed/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/misc.c b/arch/x86/boot/compressed/misc.c index c0d6c560df69..5a237e8dbf8d 100644 --- a/arch/x86/boot/compressed/misc.c +++ b/arch/x86/boot/compressed/misc.c | |||
@@ -352,7 +352,7 @@ asmlinkage __visible void *extract_kernel(void *rmode, memptr heap, | |||
352 | boot_params->hdr.loadflags &= ~KASLR_FLAG; | 352 | boot_params->hdr.loadflags &= ~KASLR_FLAG; |
353 | 353 | ||
354 | /* Save RSDP address for later use. */ | 354 | /* Save RSDP address for later use. */ |
355 | boot_params->acpi_rsdp_addr = get_rsdp_addr(); | 355 | /* boot_params->acpi_rsdp_addr = get_rsdp_addr(); */ |
356 | 356 | ||
357 | sanitize_boot_params(boot_params); | 357 | sanitize_boot_params(boot_params); |
358 | 358 | ||