Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e112ae2 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Ingo Molnar
Browse files

x86: head_64.S - use IDT_ENTRIES instead of hardcoded number



Impact: cleanup

Signed-off-by: default avatarCyrill Gorcunov <gorcunov@openvz.org>
Cc: heukelum@fastmail.fm
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 2a0b1001
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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