patch-2.4.22 linux-2.4.22/arch/mips/ddb5xxx/ddb5476/setup.c
Next file: linux-2.4.22/arch/mips/ddb5xxx/ddb5476/vrc5476_irq.c
Previous file: linux-2.4.22/arch/mips/ddb5xxx/ddb5476/pci_ops.c
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
2003-08-25 04:44:39.000000000 -0700
- Orig file:
linux-2.4.21/arch/mips/ddb5xxx/ddb5476/setup.c
- Orig date:
2002-11-28 15:53:09.000000000 -0800
diff -urN linux-2.4.21/arch/mips/ddb5xxx/ddb5476/setup.c linux-2.4.22/arch/mips/ddb5xxx/ddb5476/setup.c
@@ -41,7 +41,7 @@
#define TIMER_IRQ (VRC5476_IRQ_BASE + VRC5476_IRQ_GPT)
#endif
-#ifdef CONFIG_REMOTE_DEBUG
+#ifdef CONFIG_KGDB
extern void breakpoint(void);
#endif
@@ -103,8 +103,8 @@
setup_irq(CPU_IRQ_BASE + 7, irq);
/* to generate the first timer interrupt */
- count = read_32bit_cp0_register(CP0_COUNT);
- write_32bit_cp0_register(CP0_COMPARE, count + 1000);
+ count = read_c0_count();
+ write_c0_compare(count + 1000);
#else
@@ -140,9 +140,6 @@
};
-void __init bus_error_init(void) { /* nothing */ }
-
-
static void ddb5476_board_init(void);
extern void ddb5476_irq_setup(void);
extern void (*irq_setup)(void);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)