if p is SCHED_OTHER, no effective. if my understand is correct, that's
only meaningfull if p is SCHED_RR. that's the reason why I moved this
check into "if (rt_task())".
but honestly I haven't observed this works effectively. so, I agree
this can be removed as Luis mentioned.
--