vserver 2.0 rc7
[linux-2.6.git] / arch / ppc / platforms / mvme5100.c
index 0ecea91..b292b44 100644 (file)
@@ -246,8 +246,8 @@ static __inline__ void
 mvme5100_set_bat(void)
 {
        mb();
-       mtspr(DBAT1U, 0xf0001ffe);
-       mtspr(DBAT1L, 0xf000002a);
+       mtspr(SPRN_DBAT1U, 0xf0001ffe);
+       mtspr(SPRN_DBAT1L, 0xf000002a);
        mb();
 }