diff options
Diffstat (limited to 'arch/x86/kernel/cpu/microcode/amd.c')
-rw-r--r-- | arch/x86/kernel/cpu/microcode/amd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/microcode/amd.c b/arch/x86/kernel/cpu/microcode/amd.c index 620ab06bcf45..017bda12caae 100644 --- a/arch/x86/kernel/cpu/microcode/amd.c +++ b/arch/x86/kernel/cpu/microcode/amd.c | |||
@@ -429,7 +429,7 @@ int __init save_microcode_in_initrd_amd(void) | |||
429 | * We need the physical address of the container for both bitness since | 429 | * We need the physical address of the container for both bitness since |
430 | * boot_params.hdr.ramdisk_image is a physical address. | 430 | * boot_params.hdr.ramdisk_image is a physical address. |
431 | */ | 431 | */ |
432 | cont = __pa(container); | 432 | cont = __pa_nodebug(container); |
433 | cont_va = container; | 433 | cont_va = container; |
434 | #endif | 434 | #endif |
435 | 435 | ||