forked from luck/tmp_suning_uos_patched
x86: head_64.S - use IDT_ENTRIES instead of hardcoded number
Impact: cleanup Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Cc: heukelum@fastmail.fm Cc: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
2a0b100111
commit
5e112ae23b
|
@ -417,7 +417,7 @@ ENTRY(phys_base)
|
|||
.section .bss, "aw", @nobits
|
||||
.align L1_CACHE_BYTES
|
||||
ENTRY(idt_table)
|
||||
.skip 256 * 16
|
||||
.skip IDT_ENTRIES * 16
|
||||
|
||||
.section .bss.page_aligned, "aw", @nobits
|
||||
.align PAGE_SIZE
|
||||
|
|
Loading…
Reference in New Issue
Block a user