From f0e464d716e82d67cf798d2adc99c58777bfbc1f Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Tue, 15 Mar 2011 16:12:30 -0700 Subject: [PATCH] --- yaml --- r: 235178 b: refs/heads/master c: 1fd06bb1571e2618ae392e2484925bf0dadd7857 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/sched.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 20ea9467b87f..6422beeece61 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bb6405eab2a408c46949b3353ecfa1126caa3af2 +refs/heads/master: 1fd06bb1571e2618ae392e2484925bf0dadd7857 diff --git a/trunk/kernel/sched.c b/trunk/kernel/sched.c index c8e40b7005c0..58d66ea7d200 100644 --- a/trunk/kernel/sched.c +++ b/trunk/kernel/sched.c @@ -661,10 +661,9 @@ static void update_rq_clock(struct rq *rq) #endif /** - * runqueue_is_locked + * runqueue_is_locked - Returns true if the current cpu runqueue is locked * @cpu: the processor in question. * - * Returns true if the current cpu runqueue is locked. * This interface allows printk to be called with the runqueue lock * held and know whether or not it is OK to wake up the klogd. */