Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19889
b: refs/heads/master
c: 11ed6d5
h: refs/heads/master
i:
  19887: 420f77c
v: v3
  • Loading branch information
Ralf Baechle committed Feb 7, 2006
1 parent 524df1d commit 0a121bb
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 8 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: fcdb27ad1d5c66611d3df6400a9b559186f266fe
refs/heads/master: 11ed6d5bb01c5f347fd5c47e0005f06687c66f1f
2 changes: 1 addition & 1 deletion trunk/arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000
# Cobalt Server
#
core-$(CONFIG_MIPS_COBALT) += arch/mips/cobalt/
cflags-$(CONFIG_MIPS_COBALT) += -Iinclude/asm-mips/cobalt
cflags-$(CONFIG_MIPS_COBALT) += -Iinclude/asm-mips/mach-cobalt
load-$(CONFIG_MIPS_COBALT) += 0xffffffff80080000

#
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/cobalt/int-handler.S
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
#include <asm/asm.h>
#include <asm/mipsregs.h>
#include <asm/cobalt/cobalt.h>
#include <asm/mach-cobalt/cobalt.h>
#include <asm/regdef.h>
#include <asm/stackframe.h>

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/cobalt/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <asm/gt64120.h>
#include <asm/ptrace.h>

#include <asm/cobalt/cobalt.h>
#include <asm/mach-cobalt/cobalt.h>

extern void cobalt_handle_int(void);

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/cobalt/reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <asm/reboot.h>
#include <asm/system.h>
#include <asm/mipsregs.h>
#include <asm/cobalt/cobalt.h>
#include <asm/mach-cobalt/cobalt.h>

void cobalt_machine_halt(void)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/cobalt/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <asm/gt64120.h>
#include <asm/serial.h>

#include <asm/cobalt/cobalt.h>
#include <asm/mach-cobalt/cobalt.h>

extern void cobalt_machine_restart(char *command);
extern void cobalt_machine_halt(void);
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/pci/fixup-cobalt.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <asm/io.h>
#include <asm/gt64120.h>

#include <asm/cobalt/cobalt.h>
#include <asm/mach-cobalt/cobalt.h>

extern int cobalt_board_id;

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/pci/ops-gt64111.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <asm/io.h>
#include <asm/gt64120.h>

#include <asm/cobalt/cobalt.h>
#include <asm/mach-cobalt/cobalt.h>

/*
* Device 31 on the GT64111 is used to generate PCI special
Expand Down
File renamed without changes.

0 comments on commit 0a121bb

Please sign in to comment.