[PATCH] sched.c: correct comment for this_rq_lock()
Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
596afa41b2
commit
cc2a73b5ca
|
@ -547,7 +547,7 @@ rq_sched_info_depart(struct rq *rq, unsigned long delta_jiffies)
|
|||
#endif
|
||||
|
||||
/*
|
||||
* rq_lock - lock a given runqueue and disable interrupts.
|
||||
* this_rq_lock - lock this runqueue and disable interrupts.
|
||||
*/
|
||||
static inline struct rq *this_rq_lock(void)
|
||||
__acquires(rq->lock)
|
||||
|
|
Loading…
Reference in New Issue