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

Commit ec9b2065 authored by Isaku Yamahata's avatar Isaku Yamahata Committed by Thomas Gleixner
Browse files

xen: Move manage.c to drivers/xen for ia64/xen support



move arch/x86/xen/manage.c under drivers/xen/to share codes
with x86 and ia64.
ia64/xen also uses manage.c

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

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

File moved.