Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1dab14c authored by Vitaly Kuznetsov's avatar Vitaly Kuznetsov Committed by Juergen Gross
Browse files

x86/xen: split off enlighten_pv.c



Basically, enlighten.c is renamed to enlighten_pv.c and some code moved
out to common enlighten.c.

Signed-off-by: default avatarVitaly Kuznetsov <vkuznets@redhat.com>
Reviewed-by: default avatarJuergen Gross <jgross@suse.com>
Signed-off-by: default avatarJuergen Gross <jgross@suse.com>
parent 98f2a47a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@ endif

# Make sure early boot has no stackprotector
nostackp := $(call cc-option, -fno-stack-protector)
CFLAGS_enlighten.o		:= $(nostackp)
CFLAGS_enlighten_pv.o		:= $(nostackp)
CFLAGS_mmu.o			:= $(nostackp)

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

obj-$(CONFIG_XEN_PVHVM)		+= enlighten_hvm.o
obj-$(CONFIG_XEN_PVH)			+= enlighten_pvh.o
+72 −1574

File changed.

Preview size limit exceeded, changes collapsed.

+1512 −0

File added.

Preview size limit exceeded, changes collapsed.