Prechádzať zdrojové kódy

x86: Move uv to platform

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Mike Travis <travis@sgi.com>
Thomas Gleixner 14 rokov pred
rodič
commit
329b84e42e

+ 0 - 1
arch/x86/kernel/Makefile

@@ -117,7 +117,6 @@ obj-$(CONFIG_SWIOTLB)			+= pci-swiotlb.o
 ###
 # 64 bit specific files
 ifeq ($(CONFIG_X86_64),y)
-	obj-$(CONFIG_X86_UV)		+= tlb_uv.o bios_uv.o uv_irq.o uv_sysfs.o uv_time.o
 	obj-$(CONFIG_AUDIT)		+= audit_64.o
 
 	obj-$(CONFIG_GART_IOMMU)	+= pci-gart_64.o aperture_64.o

+ 1 - 0
arch/x86/platform/Makefile

@@ -4,3 +4,4 @@ obj-y	+= mrst/
 obj-y	+= scx200/
 obj-y	+= sfi/
 obj-y	+= visws/
+obj-y	+= uv/

+ 1 - 0
arch/x86/platform/uv/Makefile

@@ -0,0 +1 @@
+obj-$(CONFIG_X86_UV)		+= tlb_uv.o bios_uv.o uv_irq.o uv_sysfs.o uv_time.o

+ 0 - 0
arch/x86/kernel/bios_uv.c → arch/x86/platform/uv/bios_uv.c


+ 0 - 0
arch/x86/kernel/tlb_uv.c → arch/x86/platform/uv/tlb_uv.c


+ 0 - 0
arch/x86/kernel/uv_irq.c → arch/x86/platform/uv/uv_irq.c


+ 0 - 0
arch/x86/kernel/uv_sysfs.c → arch/x86/platform/uv/uv_sysfs.c


+ 0 - 0
arch/x86/kernel/uv_time.c → arch/x86/platform/uv/uv_time.c