diff options
author | Arnd Bergmann <arnd@arndb.de> | 2005-12-09 13:04:16 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-08 22:53:14 -0500 |
commit | 7945a4a27d5d914918b7637b055e01abfe05906e (patch) | |
tree | deb096ecfbdc97b1891b8b162b425ea0116410ba /arch | |
parent | 59d6d39f30f4460b7e6489831caf7fbfe371941a (diff) |
[PATCH] spufs: trivial compile fix
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/sched.c b/arch/powerpc/platforms/cell/spufs/sched.c index fccc7709adbe..719ff27ce73e 100644 --- a/arch/powerpc/platforms/cell/spufs/sched.c +++ b/arch/powerpc/platforms/cell/spufs/sched.c | |||
@@ -45,7 +45,7 @@ | |||
45 | #include <asm/spu_csa.h> | 45 | #include <asm/spu_csa.h> |
46 | #include "spufs.h" | 46 | #include "spufs.h" |
47 | 47 | ||
48 | #define SPU_MIN_TIMESLICE (100 * HZ / 1000)) | 48 | #define SPU_MIN_TIMESLICE (100 * HZ / 1000) |
49 | 49 | ||
50 | #define SPU_BITMAP_SIZE (((MAX_PRIO+BITS_PER_LONG)/BITS_PER_LONG)+1) | 50 | #define SPU_BITMAP_SIZE (((MAX_PRIO+BITS_PER_LONG)/BITS_PER_LONG)+1) |
51 | struct spu_prio_array { | 51 | struct spu_prio_array { |