From: Herbert Xu Date: Fri, 25 Jan 2008 20:08:28 +0000 (+0100) Subject: sched: do not do cond_resched() when CONFIG_PREEMPT X-Git-Tag: v2.6.25-rc1~1237^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02b67cc3ba36bdba351d6c3a00593f4ec550d9d3;p=pandora-kernel.git 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 --- Reading git-diff-tree failed