commit | 02b67cc3ba36bdba351d6c3a00593f4ec550d9d3 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 25 21:08:28 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jan 25 21:08:28 2008 +0100 |
tree | 5185ad2d780974dc864f12d81d6c8b9fec73097b | |
parent | 03319ec8b06849051747a17aa2a0f9aba9277980 [diff] |
sched: do not do cond_resched() when CONFIG_PREEMPT Why do we even have cond_resched when real preemption is on? It seems to be a waste of space and time. remove cond_resched with CONFIG_PREEMPT on. Signed-off-by: Ingo Molnar <mingo@elte.hu>