aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/head_32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/head_32.S b/arch/x86/kernel/head_32.S
index a615a5efa8ec..9ed3074d0d27 100644
--- a/arch/x86/kernel/head_32.S
+++ b/arch/x86/kernel/head_32.S
@@ -465,7 +465,6 @@ early_idt_handler_common:
465ENDPROC(early_idt_handler_common) 465ENDPROC(early_idt_handler_common)
466 466
467/* This is the default interrupt "handler" :-) */ 467/* This is the default interrupt "handler" :-) */
468 ALIGN
469ENTRY(early_ignore_irq) 468ENTRY(early_ignore_irq)
470 cld 469 cld
471#ifdef CONFIG_PRINTK 470#ifdef CONFIG_PRINTK
@@ -502,6 +501,7 @@ hlt_loop:
502 hlt 501 hlt
503 jmp hlt_loop 502 jmp hlt_loop
504ENDPROC(early_ignore_irq) 503ENDPROC(early_ignore_irq)
504
505__INITDATA 505__INITDATA
506 .align 4 506 .align 4
507GLOBAL(early_recursion_flag) 507GLOBAL(early_recursion_flag)