aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-07-10 16:20:32 +0200
committerIngo Molnar <mingo@elte.hu>2008-07-10 18:55:44 +0200
commit0cecf92db84694cfed08329271e8ae6316e811eb (patch)
treefb2cd217adf8d9d5c05c718c201f9d048bc3ca4d /arch
parent54ce7f99065cadcbb627f47f2321b76f099fda28 (diff)
x86, VisWS: turn into generic arch, clean up
rename setup_visws.c to visws_quirks.c. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/Makefile2
-rw-r--r--arch/x86/kernel/visws_quirks.c (renamed from arch/x86/kernel/setup_visws.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile
index 08b7561cd5a..2ef0fbd3488 100644
--- a/arch/x86/kernel/Makefile
+++ b/arch/x86/kernel/Makefile
@@ -19,7 +19,7 @@ obj-y := process_$(BITS).o signal_$(BITS).o entry_$(BITS).o
obj-y += traps_$(BITS).o irq_$(BITS).o
obj-y += time_$(BITS).o ioport.o ldt.o
obj-y += setup.o i8259.o irqinit_$(BITS).o setup_percpu.o
-obj-$(CONFIG_X86_VISWS) += setup_visws.o traps_visws.o apic_visws.o
+obj-$(CONFIG_X86_VISWS) += visws_quirks.o traps_visws.o apic_visws.o
obj-$(CONFIG_X86_32) += probe_roms_32.o
obj-$(CONFIG_X86_32) += sys_i386_32.o i386_ksyms_32.o
obj-$(CONFIG_X86_64) += sys_x86_64.o x8664_ksyms_64.o
diff --git a/arch/x86/kernel/setup_visws.c b/arch/x86/kernel/visws_quirks.c
index e19b91c47e9..e19b91c47e9 100644
--- a/arch/x86/kernel/setup_visws.c
+++ b/arch/x86/kernel/visws_quirks.c