vserver 2.0 rc7
[linux-2.6.git] / arch / ppc / boot / simple / head.S
index ba4c7b2..5240532 100644 (file)
@@ -52,7 +52,7 @@ start_:
         */
        li      r4,0x0000
        isync
-       mtspr   HID0,r4
+       mtspr   SPRN_HID0,r4
        sync
        isync
 #endif
@@ -135,11 +135,6 @@ haveOF:
                         */
 #endif
 
-#ifdef CONFIG_MV64X60
-       /* mv64x60 specific hook to do things like moving register base, etc. */
-       bl      mv64x60_init
-#endif
-
        /* Get the load address.
        */
        subi    r3, r3, 4       /* Get the actual IP, not NIP */