forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
18c413e27e
commit
b4b8641671
|
@ -8,6 +8,8 @@
|
|||
#include <linux/init.h>
|
||||
#include <linux/smp.h>
|
||||
|
||||
#include <asm/visws/cobalt.h>
|
||||
#include <asm/visws/piix4.h>
|
||||
#include <asm/arch_hooks.h>
|
||||
#include <asm/fixmap.h>
|
||||
#include <asm/reboot.h>
|
||||
|
@ -18,8 +20,6 @@
|
|||
|
||||
#include <mach_ipi.h>
|
||||
|
||||
#include "cobalt.h"
|
||||
#include "piix4.h"
|
||||
#include "mach_apic.h"
|
||||
|
||||
#include <linux/init.h>
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -22,8 +22,7 @@
|
|||
#include <asm/apic.h>
|
||||
#include <asm/i8259.h>
|
||||
#include <asm/irq_vectors.h>
|
||||
|
||||
#include "cobalt.h"
|
||||
#include <asm/visws/cobalt.h>
|
||||
|
||||
static DEFINE_SPINLOCK(cobalt_lock);
|
||||
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
#include <linux/init.h>
|
||||
|
||||
#include <asm/setup.h>
|
||||
#include "cobalt.h"
|
||||
#include "lithium.h"
|
||||
#include <asm/visws/cobalt.h>
|
||||
#include <asm/visws/lithium.h>
|
||||
|
||||
#include "pci.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user