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

Commit af711cda authored by Isaku Yamahata's avatar Isaku Yamahata Committed by Ingo Molnar
Browse files

xen: move features.c from arch/x86/xen/features.c to drivers/xen



ia64/xen also uses it too. Move it into common place so that
ia64/xen can share the code.

Signed-off-by: default avatarIsaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: default avatarJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 27244269
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
obj-y		:= enlighten.o setup.o features.o multicalls.o mmu.o \
obj-y		:= enlighten.o setup.o multicalls.o mmu.o \
			events.o time.o manage.o xen-asm.o

obj-$(CONFIG_SMP)	+= smp.o
+1 −1
Original line number Diff line number Diff line
obj-y	+= grant-table.o
obj-y	+= grant-table.o features.o
obj-y	+= xenbus/
+0 −0

File moved.