--- bfa5dc773b94c61cf5bd5b13f2aa72cd25c6055e +++ 32cb4e66d2cd032220dd110c5a3a803bb066cf4f @@ -64,6 +64,11 @@ static struct timer_list spusched_timer; static struct timer_list spuloadavg_timer; /* + * Priority of a normal, non-rt, non-niced'd process (aka nice level 0). + */ +#define NORMAL_PRIO 120 + +/* * Frequency of the spu scheduler tick. By default we do one SPU scheduler * tick for every 10 CPU scheduler ticks. */