[PATCH] spufs: trivial compile fix
authorArnd Bergmann <arnd@arndb.de>
Fri, 9 Dec 2005 18:04:16 +0000 (19:04 +0100)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 03:53:14 +0000 (14:53 +1100)
One of my last patches contained a broken line
from splitting out some other changes, this
restores a working version.

Signed-off-by: Arnd Bergmann <arndb@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/cell/spufs/sched.c

index fccc7709adbebee6f8d8fe388c6b9697d6495a3a..719ff27ce73e6b1851ef2de4fc150f99e491b0e3 100644 (file)
@@ -45,7 +45,7 @@
 #include <asm/spu_csa.h>
 #include "spufs.h"
 
-#define SPU_MIN_TIMESLICE      (100 * HZ / 1000))
+#define SPU_MIN_TIMESLICE      (100 * HZ / 1000)
 
 #define SPU_BITMAP_SIZE (((MAX_PRIO+BITS_PER_LONG)/BITS_PER_LONG)+1)
 struct spu_prio_array {