mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 08:58:07 +00:00
51edbe6a2f
Move the bits that aren't actually common out of trampoline_common.S and into the arch-specific files. Furthermore, make sure the page directory is first in the .bss section for trampoline_64.S in order to not waste an entire page of memory. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Cc: Jarkko Sakkinen <jarkko.sakkinen@intel.com>
7 lines
111 B
ArmAsm
7 lines
111 B
ArmAsm
.section ".rodata","a"
|
|
.balign 16
|
|
tr_idt: .fill 1, 6, 0
|
|
|
|
.bss
|
|
.balign 4
|
|
GLOBAL(trampoline_status) .space 4
|