dect
/
linux-2.6
Archived
13
0
Fork 0

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: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Isaku Yamahata 2008-05-26 23:31:13 +01:00 committed by Thomas Gleixner
parent 83abc70a4c
commit ec9b2065d4
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
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

View File

@ -1,4 +1,4 @@
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