x86: Move uv to platform
authorThomas Gleixner <tglx@linutronix.de>
Sat, 23 Oct 2010 09:23:37 +0000 (11:23 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 27 Oct 2010 12:30:02 +0000 (14:30 +0200)
commit329b84e42e3ee348b114fd0bfe4b2421e6139257
tree95fefceaf95025c4f06b0bce21bb49c4b34b3f6e
parent9694d4afc1ebe1e46cacfb78b107cd8f9fb550ba
x86: Move uv to platform

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Mike Travis <travis@sgi.com>
13 files changed:
arch/x86/kernel/Makefile
arch/x86/kernel/bios_uv.c [deleted file]
arch/x86/kernel/tlb_uv.c [deleted file]
arch/x86/kernel/uv_irq.c [deleted file]
arch/x86/kernel/uv_sysfs.c [deleted file]
arch/x86/kernel/uv_time.c [deleted file]
arch/x86/platform/Makefile
arch/x86/platform/uv/Makefile [new file with mode: 0644]
arch/x86/platform/uv/bios_uv.c [new file with mode: 0644]
arch/x86/platform/uv/tlb_uv.c [new file with mode: 0644]
arch/x86/platform/uv/uv_irq.c [new file with mode: 0644]
arch/x86/platform/uv/uv_sysfs.c [new file with mode: 0644]
arch/x86/platform/uv/uv_time.c [new file with mode: 0644]