Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100141
b: refs/heads/master
c: b4b8641
h: refs/heads/master
i:
  100139: 429f480
v: v3
  • Loading branch information
Ingo Molnar committed Jul 10, 2008
1 parent 0bc82de commit 148d75e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 18c413e27e1585358cedc22e450847e3240006ff
refs/heads/master: b4b86416712d79a77cdc53756751b3b91fbb7a3d
4 changes: 2 additions & 2 deletions trunk/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 trunk/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 trunk/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 trunk/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 148d75e

Please sign in to comment.