Skip to content

Commit

Permalink
[PATCH] sched.c: correct comment for this_rq_lock()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert P. J. Day authored and Linus Torvalds committed Dec 10, 2006
1 parent 596afa4 commit cc2a73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cc2a73b

Please sign in to comment.