diff options
| author | 2008-11-24 17:37:12 +0100 | |
|---|---|---|
| committer | 2008-11-24 17:37:12 +0100 | |
| commit | 64b7482de253c10efa2589a6212e3d2093a3efc7 (patch) | |
| tree | 0745dd3684cbe9c17b95b601bad3605c22459f41 /kernel/sched.c | |
| parent | sched: update comment for move_task_off_dead_cpu (diff) | |
| parent | sched/rt: removed unneeded defintion (diff) | |
| download | wireguard-linux-64b7482de253c10efa2589a6212e3d2093a3efc7.tar.xz wireguard-linux-64b7482de253c10efa2589a6212e3d2093a3efc7.zip | |
Merge branch 'sched/rt' into sched/core
Diffstat (limited to 'kernel/sched.c')
| -rw-r--r-- | kernel/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index a6085d5166dd..338340a3fb89 100644 --- a/kernel/sched.c +++ b/kernel/sched.c @@ -2806,7 +2806,7 @@ static int double_lock_balance(struct rq *this_rq, struct rq *busiest) return ret; } -static void double_unlock_balance(struct rq *this_rq, struct rq *busiest) +static inline void double_unlock_balance(struct rq *this_rq, struct rq *busiest) __releases(busiest->lock) { spin_unlock(&busiest->lock); |
