Skip to content

Commit 7e0563d

Browse files
vittyvkjgross1
authored andcommitted
x86/xen: split off mmu_pv.c
Basically, mmu.c is renamed to mmu_pv.c and some code moved out to common mmu.c. Signed-off-by: Vitaly Kuznetsov <[email protected]> Reviewed-by: Juergen Gross <[email protected]> Signed-off-by: Juergen Gross <[email protected]>
1 parent feef87e commit 7e0563d

File tree

3 files changed

+2756
-2749
lines changed

3 files changed

+2756
-2749
lines changed

arch/x86/xen/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ endif
88
# Make sure early boot has no stackprotector
99
nostackp := $(call cc-option, -fno-stack-protector)
1010
CFLAGS_enlighten_pv.o := $(nostackp)
11-
CFLAGS_mmu.o := $(nostackp)
11+
CFLAGS_mmu_pv.o := $(nostackp)
1212

1313
obj-y := enlighten.o setup.o multicalls.o mmu.o irq.o \
1414
time.o xen-asm.o xen-asm_$(BITS).o \
1515
grant-table.o suspend.o platform-pci-unplug.o \
16-
p2m.o apic.o pmu.o enlighten_pv.o
16+
p2m.o apic.o pmu.o enlighten_pv.o mmu_pv.o
1717

1818
obj-$(CONFIG_XEN_PVHVM) += enlighten_hvm.o mmu_hvm.o
1919
obj-$(CONFIG_XEN_PVH) += enlighten_pvh.o

0 commit comments

Comments
 (0)