Loading arch/mips/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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 # Loading arch/mips/cobalt/int-handler.S +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading arch/mips/cobalt/irq.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading arch/mips/cobalt/reset.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading arch/mips/cobalt/setup.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
arch/mips/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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 # Loading
arch/mips/cobalt/int-handler.S +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading
arch/mips/cobalt/irq.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading
arch/mips/cobalt/reset.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading
arch/mips/cobalt/setup.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading