diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-07-25 05:17:33 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-26 10:31:34 -0400 |
commit | c7e7964c9828083aeb41c2664cbf5a32acbfa9d1 (patch) | |
tree | 4b2b3232793d8d7db7116209e391a4760864a759 /arch/x86/mach-generic | |
parent | 1176fa919292887aa738d317d61fe2bba4d764f2 (diff) |
x86: mach_es7000 to es7000
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-generic')
-rw-r--r-- | arch/x86/mach-generic/Makefile | 2 | ||||
-rw-r--r-- | arch/x86/mach-generic/es7000.c | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/arch/x86/mach-generic/Makefile b/arch/x86/mach-generic/Makefile index 0dbd7803a1d5..4706de7676b1 100644 --- a/arch/x86/mach-generic/Makefile +++ b/arch/x86/mach-generic/Makefile | |||
@@ -9,4 +9,4 @@ obj-$(CONFIG_X86_NUMAQ) += numaq.o | |||
9 | obj-$(CONFIG_X86_SUMMIT) += summit.o | 9 | obj-$(CONFIG_X86_SUMMIT) += summit.o |
10 | obj-$(CONFIG_X86_BIGSMP) += bigsmp.o | 10 | obj-$(CONFIG_X86_BIGSMP) += bigsmp.o |
11 | obj-$(CONFIG_X86_ES7000) += es7000.o | 11 | obj-$(CONFIG_X86_ES7000) += es7000.o |
12 | obj-$(CONFIG_X86_ES7000) += ../../x86/mach-es7000/ | 12 | obj-$(CONFIG_X86_ES7000) += ../../x86/es7000/ |
diff --git a/arch/x86/mach-generic/es7000.c b/arch/x86/mach-generic/es7000.c index 9b30547d746e..520cca0ee04e 100644 --- a/arch/x86/mach-generic/es7000.c +++ b/arch/x86/mach-generic/es7000.c | |||
@@ -11,12 +11,12 @@ | |||
11 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
12 | #include <linux/string.h> | 12 | #include <linux/string.h> |
13 | #include <linux/init.h> | 13 | #include <linux/init.h> |
14 | #include <asm/mach-es7000/mach_apicdef.h> | 14 | #include <asm/es7000/apicdef.h> |
15 | #include <linux/smp.h> | 15 | #include <linux/smp.h> |
16 | #include <asm/mach-es7000/mach_apic.h> | 16 | #include <asm/es7000/apic.h> |
17 | #include <asm/mach-es7000/mach_ipi.h> | 17 | #include <asm/es7000/ipi.h> |
18 | #include <asm/mach-es7000/mach_mpparse.h> | 18 | #include <asm/es7000/mpparse.h> |
19 | #include <asm/mach-es7000/mach_wakecpu.h> | 19 | #include <asm/es7000/wakecpu.h> |
20 | 20 | ||
21 | static int probe_es7000(void) | 21 | static int probe_es7000(void) |
22 | { | 22 | { |