Skip to content

Commit 83b9679

Browse files
vittyvkjgross1
authored andcommitted
x86/xen: split off smp_pv.c
Basically, smp.c is renamed to smp_pv.c and some code moved out to common smp.c. struct xen_common_irq delcaration ended up in smp.h. Signed-off-by: Vitaly Kuznetsov <[email protected]> Reviewed-by: Juergen Gross <[email protected]> Signed-off-by: Juergen Gross <[email protected]>
1 parent a52482d commit 83b9679

File tree

4 files changed

+509
-486
lines changed

4 files changed

+509
-486
lines changed

arch/x86/xen/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ obj-$(CONFIG_XEN_PVH) += enlighten_pvh.o
2020

2121
obj-$(CONFIG_EVENT_TRACING) += trace.o
2222

23-
obj-$(CONFIG_SMP) += smp.o
23+
obj-$(CONFIG_SMP) += smp.o smp_pv.o
2424
obj-$(CONFIG_XEN_PVHVM_SMP) += smp_hvm.o
2525
obj-$(CONFIG_PARAVIRT_SPINLOCKS)+= spinlock.o
2626
obj-$(CONFIG_XEN_DEBUG_FS) += debugfs.o

0 commit comments

Comments
 (0)