Commit b4b86416 authored by Ingo Molnar's avatar Ingo Molnar

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: default avatarIngo Molnar <mingo@elte.hu>
parent 18c413e2
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
#include <linux/init.h> #include <linux/init.h>
#include <linux/smp.h> #include <linux/smp.h>
#include <asm/visws/cobalt.h>
#include <asm/visws/piix4.h>
#include <asm/arch_hooks.h> #include <asm/arch_hooks.h>
#include <asm/fixmap.h> #include <asm/fixmap.h>
#include <asm/reboot.h> #include <asm/reboot.h>
...@@ -18,8 +20,6 @@ ...@@ -18,8 +20,6 @@
#include <mach_ipi.h> #include <mach_ipi.h>
#include "cobalt.h"
#include "piix4.h"
#include "mach_apic.h" #include "mach_apic.h"
#include <linux/init.h> #include <linux/init.h>
......
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
#include <linux/pci_ids.h> #include <linux/pci_ids.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch_hooks.h>
#include <asm/apic.h> #include <asm/apic.h>
#include "cobalt.h" #include <asm/arch_hooks.h>
#include "lithium.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) #define A01234 (LI_INTA_0 | LI_INTA_1 | LI_INTA_2 | LI_INTA_3 | LI_INTA_4)
......
...@@ -22,8 +22,7 @@ ...@@ -22,8 +22,7 @@
#include <asm/apic.h> #include <asm/apic.h>
#include <asm/i8259.h> #include <asm/i8259.h>
#include <asm/irq_vectors.h> #include <asm/irq_vectors.h>
#include <asm/visws/cobalt.h>
#include "cobalt.h"
static DEFINE_SPINLOCK(cobalt_lock); static DEFINE_SPINLOCK(cobalt_lock);
......
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
#include <linux/init.h> #include <linux/init.h>
#include <asm/setup.h> #include <asm/setup.h>
#include "cobalt.h" #include <asm/visws/cobalt.h>
#include "lithium.h" #include <asm/visws/lithium.h>
#include "pci.h" #include "pci.h"
......
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