Commit 5e304841 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] sched.c: remove an unused function

The patch below removes an unused function from kernel/sched.c
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Acked-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 0a621e9b
...@@ -438,12 +438,6 @@ static runqueue_t *this_rq_lock(void) ...@@ -438,12 +438,6 @@ static runqueue_t *this_rq_lock(void)
return rq; return rq;
} }
static inline void rq_unlock(runqueue_t *rq)
__releases(rq->lock)
{
spin_unlock_irq(&rq->lock);
}
#ifdef CONFIG_SCHED_SMT #ifdef CONFIG_SCHED_SMT
static int cpu_and_siblings_are_idle(int cpu) static int cpu_and_siblings_are_idle(int cpu)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment