x86/boot/compressed/64: Setup a GHCB-based VC Exception handler
[linux-2.6-microblaze.git] / arch / x86 / boot / compressed / idt_handlers_64.S
index 92eb4df..22890e1 100644 (file)
@@ -72,5 +72,6 @@ SYM_FUNC_END(\name)
 EXCEPTION_HANDLER      boot_page_fault do_boot_page_fault error_code=1
 
 #ifdef CONFIG_AMD_MEM_ENCRYPT
-EXCEPTION_HANDLER      boot_stage1_vc do_vc_no_ghcb error_code=1
+EXCEPTION_HANDLER      boot_stage1_vc do_vc_no_ghcb            error_code=1
+EXCEPTION_HANDLER      boot_stage2_vc do_boot_stage2_vc        error_code=1
 #endif