diff options
Diffstat (limited to 'arch/x86/boot')
-rw-r--r-- | arch/x86/boot/compressed/head_64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/head_64.S b/arch/x86/boot/compressed/head_64.S index 0d558ee899ae..2884e0c3e8a5 100644 --- a/arch/x86/boot/compressed/head_64.S +++ b/arch/x86/boot/compressed/head_64.S | |||
@@ -452,7 +452,7 @@ efi32_config: | |||
452 | .global efi64_config | 452 | .global efi64_config |
453 | efi64_config: | 453 | efi64_config: |
454 | .fill 11,8,0 | 454 | .fill 11,8,0 |
455 | .quad efi_call6 | 455 | .quad efi_call |
456 | .byte 1 | 456 | .byte 1 |
457 | #endif /* CONFIG_EFI_STUB */ | 457 | #endif /* CONFIG_EFI_STUB */ |
458 | 458 | ||