Skip to content

Commit 11df803

Browse files
fyin1lijinxia
authored andcommitted
hv: rename cpu_secondary.S to trampline.S
We will reuse this part of code for: - AP bootup - BSP wakeup from S3 Signed-off-by: Yin Fengwei <fengwei.yin@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com> Acked-by: Eddie Dong <Eddie.dong@intel.com>
1 parent 5b49529 commit 11df803

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

hypervisor/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ C_SRCS += boot/acpi.c
8282
C_SRCS += boot/dmar_parse.c
8383
C_SRCS += arch/x86/ioapic.c
8484
C_SRCS += arch/x86/intr_lapic.c
85-
S_SRCS += arch/x86/cpu_secondary.S
85+
S_SRCS += arch/x86/trampline.S
8686
C_SRCS += arch/x86/cpu.c
8787
C_SRCS += arch/x86/softirq.c
8888
C_SRCS += arch/x86/cpuid.c
File renamed without changes.

0 commit comments

Comments
 (0)