Commit 2e096df8 authored by Ingo Molnar's avatar Ingo Molnar

x86, ES7000: Consolidate code

Move all ES7000 code into arch/x86/kernel/es7000_32.c.

With this it ceases to rely on any build-time subarch features.
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 83d7aeab
This diff is collapsed.
...@@ -7,4 +7,3 @@ EXTRA_CFLAGS := -Iarch/x86/kernel ...@@ -7,4 +7,3 @@ EXTRA_CFLAGS := -Iarch/x86/kernel
obj-y := probe.o default.o obj-y := probe.o default.o
obj-$(CONFIG_X86_NUMAQ) += numaq.o obj-$(CONFIG_X86_NUMAQ) += numaq.o
obj-$(CONFIG_X86_BIGSMP) += bigsmp.o obj-$(CONFIG_X86_BIGSMP) += bigsmp.o
obj-$(CONFIG_X86_ES7000) += es7000.o
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment