diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-10 09:25:21 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-10 12:55:39 -0400 |
commit | b4b86416712d79a77cdc53756751b3b91fbb7a3d (patch) | |
tree | db298dbbf07dc8b05f3d2024c8b3e2393c9a567e /arch/x86/mach-visws/visws_apic.c | |
parent | 18c413e27e1585358cedc22e450847e3240006ff (diff) |
x86, VisWS: turn into generic arch, create include/asm-x86/visws/
move the include/asm-x86/mach-visws/ VISWS specific hardware
details include files into include/asm-x86/visws, to be used from
generic code.
No code changed.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-visws/visws_apic.c')
-rw-r--r-- | arch/x86/mach-visws/visws_apic.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/mach-visws/visws_apic.c b/arch/x86/mach-visws/visws_apic.c index d8b2cfd85d92..6c02c8d09932 100644 --- a/arch/x86/mach-visws/visws_apic.c +++ b/arch/x86/mach-visws/visws_apic.c | |||
@@ -22,8 +22,7 @@ | |||
22 | #include <asm/apic.h> | 22 | #include <asm/apic.h> |
23 | #include <asm/i8259.h> | 23 | #include <asm/i8259.h> |
24 | #include <asm/irq_vectors.h> | 24 | #include <asm/irq_vectors.h> |
25 | 25 | #include <asm/visws/cobalt.h> | |
26 | #include "cobalt.h" | ||
27 | 26 | ||
28 | static DEFINE_SPINLOCK(cobalt_lock); | 27 | static DEFINE_SPINLOCK(cobalt_lock); |
29 | 28 | ||