mirror of
https://github.com/adulau/aha.git
synced 2024-12-31 21:26:18 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue