diff options
author | 2009-07-10 14:57:57 +0200 | |
---|---|---|
committer | 2009-07-10 14:24:05 -0700 | |
commit | d86ee4809d0329d4aa0d0f2c76c2295a16862799 (patch) | |
tree | 32b3eaf766c1127ef2298c2e48b5441b7cf9b843 /arch/x86/mm/fault.c | |
parent | sched: INIT_PREEMPT_COUNT (diff) | |
download | linux-dev-d86ee4809d0329d4aa0d0f2c76c2295a16862799.tar.xz linux-dev-d86ee4809d0329d4aa0d0f2c76c2295a16862799.zip |
sched: optimize cond_resched()
Optimize cond_resched() by removing one conditional.
Currently cond_resched() checks system_state ==
SYSTEM_RUNNING in order to avoid scheduling before the
scheduler is running.
We can however, as per suggestion of Matt, use
PREEMPT_ACTIVE to accomplish that very same.
Suggested-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Acked-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/x86/mm/fault.c')
0 files changed, 0 insertions, 0 deletions