| | Subject | Re: [RFC 0/12][PATCH] SCHED_DEADLINE: core of the scheduling class | | From | Peter Zijlstra <> | | Date | Tue, 29 Dec 2009 13:27:29 +0100 |
| |
On Fri, 2009-10-16 at 17:40 +0200, Raistlin wrote: > + if (unlikely(task_has_deadline_policy(p) || task_has_rt_policy(p))) {
small nit, since both task_has_{deadline,rt}_policy() already have unlikely()s in, this extra unlikely is not needed.
|