From: David Woodhouse Date: Sun, 3 Nov 2024 01:25:13 +0000 (+0000) Subject: [DO NOT MERGE] x86/kexec: Add int3 in kexec path for testing X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fkexec-6;p=users%2Fdwmw2%2Flinux.git [DO NOT MERGE] x86/kexec: Add int3 in kexec path for testing Signed-off-by: David Woodhouse --- diff --git a/arch/x86/kernel/relocate_kernel_64.S b/arch/x86/kernel/relocate_kernel_64.S index 493b378713e5c..e4253102b2348 100644 --- a/arch/x86/kernel/relocate_kernel_64.S +++ b/arch/x86/kernel/relocate_kernel_64.S @@ -156,7 +156,7 @@ SYM_CODE_START_LOCAL_NOALIGN(identity_mapped) lidt (%rsp) addq $10, %rsp - //int3 + int3 #endif /* CONFIG_KEXEC_DEBUG */ /*