|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [PATCH 05/12] xen: move features.c from arch/x86/xen/fe
ia64/xen also uses it too. Move it into common place so that
ia64/xen can share the code.
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
arch/x86/xen/Makefile | 2 +-
drivers/xen/Makefile | 2 +-
{arch/x86 => drivers}/xen/features.c | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename {arch/x86 => drivers}/xen/features.c (100%)
diff --git a/arch/x86/xen/Makefile b/arch/x86/xen/Makefile
index 343df24..c5e9aa4 100644
--- a/arch/x86/xen/Makefile
+++ b/arch/x86/xen/Makefile
@@ -1,4 +1,4 @@
-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
diff --git a/drivers/xen/Makefile b/drivers/xen/Makefile
index 56592f0..609fdda 100644
--- a/drivers/xen/Makefile
+++ b/drivers/xen/Makefile
@@ -1,2 +1,2 @@
-obj-y += grant-table.o
+obj-y += grant-table.o features.o
obj-y += xenbus/
diff --git a/arch/x86/xen/features.c b/drivers/xen/features.c
similarity index 100%
rename from arch/x86/xen/features.c
rename to drivers/xen/features.c
--
1.5.3
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [PATCH 00/12] Xen arch portability patches (take 4), Isaku Yamahata
- [Xen-ia64-devel] [PATCH 04/12] xen: add missing definitions in include/xen/interface/vcpu.h which ia64/xen needs, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 01/12] xen: add missing __HYPERVISOR_arch_[0-7] definisions which ia64 needs., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 02/12] xen: add missing VIRQ_ARCH_[0-7] definitions which ia64/xen needs., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 03/12] xen: add missing definitions for xen grant table which ia64/xen needs., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 05/12] xen: move features.c from arch/x86/xen/features.c to drivers/xen.,
Isaku Yamahata <=
- [Xen-ia64-devel] [PATCH 06/12] xen: Move events.c to drivers/xen for IA64/Xen support., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 07/12] Xen: Make events.c portable for ia64/xen support., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 12/12] xen: import arch generic part of xencomm., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 08/12] xen: add resend_irq_on_evtchn() definition into events.c., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 09/12] xen: make include/xen/page.h portable moving those definitions under asm dir., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 10/12] xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed one., Isaku Yamahata
|
|
|
|
|