mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 07:04:00 +08:00
6973210242
There is no reader of trampoline_status, it's only written.
It turns out that after commit ce4b1b1650
("x86/smpboot: Initialize
secondary CPU only if master CPU will wait for it"), trampoline_status is
not needed any more.
Signed-off-by: Pingfan Liu <kernelfans@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/1563266424-3472-1-git-send-email-kernelfans@gmail.com
5 lines
97 B
ArmAsm
5 lines
97 B
ArmAsm
/* SPDX-License-Identifier: GPL-2.0 */
|
|
.section ".rodata","a"
|
|
.balign 16
|
|
tr_idt: .fill 1, 6, 0
|