Please check the patch.
"Yinghai Lu" <[email protected]> writes:
> Please check the patch.
>
> [PATCH] x86_64: clear_bss before set_intr_gate with early_idt_handler
> idt_table is in the .bss section, so clear_bss need to called at first
>
> Signed-off-by: Yinghai Lu <[email protected]>
Acked-by: Eric Biederman <[email protected]>
The only problem I have might be the description would read more
clearly as:
[PATCH] x86_64: call clear_bss before set_intr_gate with early_idt_handler
idt_table is in the .bss section, so clear_bss need to called first
Eric