diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-07-25 05:17:21 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-26 10:31:34 -0400 |
commit | 1176fa919292887aa738d317d61fe2bba4d764f2 (patch) | |
tree | 576b87620638264b7bd89b6fd6177ed3ff1f5afb /arch/x86/mach-generic | |
parent | a4dbc34d181e87a0d724dee365921e9251f831d4 (diff) |
x86: mach-bigsmp to bigsmp
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/bigsmp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/mach-generic/bigsmp.c b/arch/x86/mach-generic/bigsmp.c index b31f2800638e..df37fc9d6a26 100644 --- a/arch/x86/mach-generic/bigsmp.c +++ b/arch/x86/mach-generic/bigsmp.c | |||
@@ -12,10 +12,10 @@ | |||
12 | #include <linux/kernel.h> | 12 | #include <linux/kernel.h> |
13 | #include <linux/init.h> | 13 | #include <linux/init.h> |
14 | #include <linux/dmi.h> | 14 | #include <linux/dmi.h> |
15 | #include <asm/mach-bigsmp/mach_apicdef.h> | 15 | #include <asm/bigsmp/apicdef.h> |
16 | #include <linux/smp.h> | 16 | #include <linux/smp.h> |
17 | #include <asm/mach-bigsmp/mach_apic.h> | 17 | #include <asm/bigsmp/apic.h> |
18 | #include <asm/mach-bigsmp/mach_ipi.h> | 18 | #include <asm/bigsmp/ipi.h> |
19 | #include <asm/mach-default/mach_mpparse.h> | 19 | #include <asm/mach-default/mach_mpparse.h> |
20 | 20 | ||
21 | static int dmi_bigsmp; /* can be set by dmi scanners */ | 21 | static int dmi_bigsmp; /* can be set by dmi scanners */ |