Przeglądaj źródła

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: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Isaku Yamahata 17 lat temu
rodzic
commit
af711cda4f
3 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      arch/x86/xen/Makefile
  2. 1 1
      drivers/xen/Makefile
  3. 0 0
      drivers/xen/features.c

+ 1 - 1
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
 			events.o time.o manage.o xen-asm.o
 
 
 obj-$(CONFIG_SMP)	+= smp.o
 obj-$(CONFIG_SMP)	+= smp.o

+ 1 - 1
drivers/xen/Makefile

@@ -1,2 +1,2 @@
-obj-y	+= grant-table.o
+obj-y	+= grant-table.o features.o
 obj-y	+= xenbus/
 obj-y	+= xenbus/

+ 0 - 0
arch/x86/xen/features.c → drivers/xen/features.c