-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Isaku Yamahata
authored and
Thomas Gleixner
committed
May 27, 2008
1 parent
83abc70
commit ec9b206
Showing
3 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
File renamed without changes.