sched: remove extra call overhead for schedule()
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Fri, 13 Mar 2009 11:21:26 +0000 (12:21 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 20 Apr 2009 18:49:53 +0000 (20:49 +0200)
commitff743345bf7685a207868048a70e23164c4785e5
tree7cdb917ad5ac3aa7798b0358a246ddc46a363cdc
parent13318a7186d8e0ae08c996ea4111a945e7789772
sched: remove extra call overhead for schedule()

Lai Jiangshan's patch reminded me that I promised Nick to remove
that extra call overhead in schedule().

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <20090313112300.927414207@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/mutex.c
kernel/sched.c