powerpc32: Fix timebase synchronization on 32-bit powermacs
[powerpc.git] / arch / powerpc / platforms / powermac / smp.c
index 0df2cdc..6d64a9b 100644 (file)
@@ -435,7 +435,7 @@ struct smp_ops_t psurge_smp_ops = {
  */
 
 static void (*pmac_tb_freeze)(int freeze);
-static unsigned long timebase;
+static u64 timebase;
 static int tb_req;
 
 static void smp_core99_give_timebase(void)