Commit 1bb563db authored by Linus Torvalds's avatar Linus Torvalds Committed by Linus Torvalds

Merge home:v2.5/linux

into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
parents f6d9330e 7957f703
......@@ -1666,7 +1666,7 @@ asmlinkage long sys_nice(int increment)
*/
int task_prio(task_t *p)
{
return p->prio - MAX_USER_RT_PRIO;
return p->prio - MAX_RT_PRIO;
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment