vserver 1.9.5.x5
[linux-2.6.git] / arch / mips / sibyte / sb1250 / irq_handler.S
index ad6c6b0..60edc8f 100644 (file)
@@ -18,8 +18,8 @@
 
 /*
  * sb1250_handle_int() is the routine that is actually called when an interrupt
- * occurs.  It is installed as the exception vector handler in init_IRQ() in
- * arch/mips/sibyte/sb1250/irq.c
+ * occurs.  It is installed as the exception vector handler in arch_init_irq()
+ * in arch/mips/sibyte/sb1250/irq.c
  *
  * In the handle we figure out which interrupts need handling, and use that to
  * call the dispatcher, which will take care of actually calling registered
         * check the 1250 interrupt registers to figure out what to do
         * Need to detect which CPU we're on, now that smp_affinity is supported.
         */
-       PTR_LA  v0, KSEG1 + A_IMR_CPU0_BASE
+       PTR_LA  v0, CKSEG1 + A_IMR_CPU0_BASE
 #ifdef CONFIG_SMP
        lw      t1, TI_CPU($28)
        sll     t1, IMR_REGISTER_SPACING_SHIFT