]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/platforms/cell/beat_udbg.c
Merge branch 'stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-omap-h63xx.git] / arch / powerpc / platforms / cell / beat_udbg.c
index 6b418f6b61750ec6f94e8f4fc89606696f6ab1f9..350735bc88882fe7668d33841e2f354f7773d01b 100644 (file)
@@ -40,8 +40,8 @@ static void udbg_putc_beat(char c)
 }
 
 /* Buffered chars getc */
-static long inbuflen;
-static long inbuf[2];  /* must be 2 longs */
+static u64 inbuflen;
+static u64 inbuf[2];   /* must be 2 u64s */
 
 static int udbg_getc_poll_beat(void)
 {