Skip to content

Commit

Permalink
x86, VisWS: turn into generic arch, create include/asm-x86/visws/
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ingo Molnar committed Jul 10, 2008
1 parent 18c413e commit b4b8641
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions arch/x86/mach-visws/setup_visws.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -18,8 +20,6 @@

#include <mach_ipi.h>

#include "cobalt.h"
#include "piix4.h"
#include "mach_apic.h"

#include <linux/init.h>
Expand Down
6 changes: 3 additions & 3 deletions arch/x86/mach-visws/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions arch/x86/mach-visws/visws_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
4 changes: 2 additions & 2 deletions arch/x86/pci/visws.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b4b8641

Please sign in to comment.