vserver 2.0 rc7
[linux-2.6.git] / arch / ppc / platforms / lopec.c
index f0c2030..a556952 100644 (file)
@@ -319,8 +319,8 @@ static __inline__ void
 lopec_set_bat(void)
 {
        mb();
-       mtspr(DBAT1U, 0xf8000ffe);
-       mtspr(DBAT1L, 0xf800002a);
+       mtspr(SPRN_DBAT1U, 0xf8000ffe);
+       mtspr(SPRN_DBAT1L, 0xf800002a);
        mb();
 }