Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 329b84e4 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86: Move uv to platform



Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Mike Travis <travis@sgi.com>
parent 9694d4af
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -4,3 +4,4 @@ obj-y += mrst/
obj-y	+= scx200/
obj-y	+= sfi/
obj-y	+= visws/
obj-y	+= uv/
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_X86_UV)		+= tlb_uv.o bios_uv.o uv_irq.o uv_sysfs.o uv_time.o
+0 −0

File moved.

+0 −0

File moved.

Loading