Messages in this thread Patch in this message |  | | From | David Woodhouse <> | | Subject | [PATCH v6 7/7] [DO NOT MERGE] x86/kexec: Add int3 in kexec path for testing | | Date | Wed, 15 Jan 2025 19:09:36 +0000 |
| |
From: David Woodhouse <dwmw@amazon.co.uk>
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> --- arch/x86/kernel/relocate_kernel_64.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/relocate_kernel_64.S b/arch/x86/kernel/relocate_kernel_64.S index 493b378713e5..e4253102b234 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 */ /* -- 2.47.0
|  |