vserver 2.0 rc7
[linux-2.6.git] / arch / ppc / platforms / spruce.c
index 74be324..5ad70d3 100644 (file)
@@ -278,8 +278,8 @@ static __inline__ void
 spruce_set_bat(void)
 {
        mb();
-       mtspr(DBAT1U, 0xf8000ffe);
-       mtspr(DBAT1L, 0xf800002a);
+       mtspr(SPRN_DBAT1U, 0xf8000ffe);
+       mtspr(SPRN_DBAT1L, 0xf800002a);
        mb();
 }