summaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-visws/traps.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-07-10 15:25:21 +0200
committerIngo Molnar <mingo@elte.hu>2008-07-10 18:55:39 +0200
commitb4b86416712d79a77cdc53756751b3b91fbb7a3d (patch)
treedb298dbbf07dc8b05f3d2024c8b3e2393c9a567e /arch/x86/mach-visws/traps.c
parent18c413e27e1585358cedc22e450847e3240006ff (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/traps.c')
-rw-r--r--arch/x86/mach-visws/traps.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/mach-visws/traps.c b/arch/x86/mach-visws/traps.c
index 8a160ec147f..e5e6492c267 100644
--- a/arch/x86/mach-visws/traps.c
+++ b/arch/x86/mach-visws/traps.c
@@ -7,10 +7,10 @@
#include <linux/pci_ids.h>
#include <asm/io.h>
-#include <asm/arch_hooks.h>
#include <asm/apic.h>
-#include "cobalt.h"
-#include "lithium.h"
+#include <asm/arch_hooks.h>
+#include <asm/visws/cobalt.h>
+#include <asm/visws/lithium.h>
#define A01234 (LI_INTA_0 | LI_INTA_1 | LI_INTA_2 | LI_INTA_3 | LI_INTA_4)