|
@@ -465,7 +465,6 @@ early_idt_handler_common:
|
|
ENDPROC(early_idt_handler_common)
|
|
ENDPROC(early_idt_handler_common)
|
|
|
|
|
|
/* This is the default interrupt "handler" :-) */
|
|
/* This is the default interrupt "handler" :-) */
|
|
- ALIGN
|
|
|
|
ENTRY(early_ignore_irq)
|
|
ENTRY(early_ignore_irq)
|
|
cld
|
|
cld
|
|
#ifdef CONFIG_PRINTK
|
|
#ifdef CONFIG_PRINTK
|
|
@@ -502,6 +501,7 @@ hlt_loop:
|
|
hlt
|
|
hlt
|
|
jmp hlt_loop
|
|
jmp hlt_loop
|
|
ENDPROC(early_ignore_irq)
|
|
ENDPROC(early_ignore_irq)
|
|
|
|
+
|
|
__INITDATA
|
|
__INITDATA
|
|
.align 4
|
|
.align 4
|
|
GLOBAL(early_recursion_flag)
|
|
GLOBAL(early_recursion_flag)
|