From: Andreas Koelbl <andreas.koe...@st.oth-regensburg.de>

Add the suffix -stubs to smp.c to make it more obvious that the file
only contains weak stubs.

Signed-off-by: Andreas Koelbl <andreas.koe...@st.oth-regensburg.de>
---
 hypervisor/arch/arm/Makefile               | 2 +-
 hypervisor/arch/arm/{smp.c => smp-stubs.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename hypervisor/arch/arm/{smp.c => smp-stubs.c} (100%)

diff --git a/hypervisor/arch/arm/Makefile b/hypervisor/arch/arm/Makefile
index ef4624f..437b78d 100644
--- a/hypervisor/arch/arm/Makefile
+++ b/hypervisor/arch/arm/Makefile
@@ -19,7 +19,7 @@ always := built-in.o
 obj-y := entry.o dbg-write.o exception.o setup.o control.o lib.o
 obj-y += traps.o mmio.o
 obj-y += paging.o mmu_hyp.o mmu_cell.o caches.o
-obj-y += psci.o smp.o
+obj-y += psci.o smp-stubs.o
 obj-y += irqchip.o gic-common.o
 obj-$(CONFIG_ARM_GIC_V2) += gic-v2.o
 obj-$(CONFIG_ARM_GIC_V3) += gic-v3.o
diff --git a/hypervisor/arch/arm/smp.c b/hypervisor/arch/arm/smp-stubs.c
similarity index 100%
rename from hypervisor/arch/arm/smp.c
rename to hypervisor/arch/arm/smp-stubs.c
-- 
2.10.0

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jailhouse-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to