aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/head_64.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/head_64.S b/arch/x86/kernel/head_64.S
index 5e039122950..c1d7a877d81 100644
--- a/arch/x86/kernel/head_64.S
+++ b/arch/x86/kernel/head_64.S
@@ -267,6 +267,7 @@ ENTRY(secondary_startup_64)
267bad_address: 267bad_address:
268 jmp bad_address 268 jmp bad_address
269 269
270 .section ".init.text","ax"
270#ifdef CONFIG_EARLY_PRINTK 271#ifdef CONFIG_EARLY_PRINTK
271 .globl early_idt_handlers 272 .globl early_idt_handlers
272early_idt_handlers: 273early_idt_handlers:
@@ -321,6 +322,7 @@ early_idt_msg:
321early_idt_ripmsg: 322early_idt_ripmsg:
322 .asciz "RIP %s\n" 323 .asciz "RIP %s\n"
323#endif /* CONFIG_EARLY_PRINTK */ 324#endif /* CONFIG_EARLY_PRINTK */
325 .previous
324 326
325.balign PAGE_SIZE 327.balign PAGE_SIZE
326 328