Skip to content

Commit

Permalink
[PATCH] spufs: trivial compile fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnd Bergmann authored and Paul Mackerras committed Jan 9, 2006
1 parent 59d6d39 commit 7945a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/cell/spufs/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7945a4a

Please sign in to comment.