diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-10 14:42:03 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-10 18:55:33 +0200 |
commit | 5ab74722a4656612d1f3b087b1afd91133ec0eeb (patch) | |
tree | 30d0761269440d52ba3080b01786ad56aba7e052 /arch/x86/mach-visws/Makefile | |
parent | 31ac409a7921da39cc998f2432afa13e77fd8705 (diff) |
x86, VisWS: turn into generic arch, use generic mpparse code
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-visws/Makefile')
-rw-r--r-- | arch/x86/mach-visws/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/mach-visws/Makefile b/arch/x86/mach-visws/Makefile index 35a4c101b26..7469df1340c 100644 --- a/arch/x86/mach-visws/Makefile +++ b/arch/x86/mach-visws/Makefile @@ -5,4 +5,3 @@ obj-y := setup.o setup_visws.o traps.o obj-$(CONFIG_X86_VISWS_APIC) += visws_apic.o -obj-$(CONFIG_X86_LOCAL_APIC) += mpparse.o |