aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/platforms/cell/spufs/sched.c2
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)
51struct spu_prio_array { 51struct spu_prio_array {