On Fri, 2010-05-28 at 00:51 -0300, Luis Claudio R. Goncalves wrote: > + param.sched_priority = MAX_RT_PRIO-1; > + sched_setscheduler_nocheck(p, SCHED_FIFO, ¶m); Argh, so you got me confused as well. the sched_param ones are userspace values, so you should be using 1. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href