commit | 2da8c8bc44b572cbf623629ff736608dc7968436 | [log] [tgz] |
---|---|---|
author | Frederic Weisbecker <fweisbec@gmail.com> | Tue Jun 07 22:53:39 2011 +0200 |
committer | Frederic Weisbecker <fweisbec@gmail.com> | Tue Jun 07 22:53:39 2011 +0200 |
tree | 90059f6cfcdc25962a433ab986b92e45f6d1bcf1 | |
parent | e197f094b7da7d94812492cfcd706d143f1020e5 [diff] |
sched: Remove pointless in_atomic() definition check It's really supposed to be defined here. If it's not then we actually want the build to crash so that we know it, and not keep it silent. Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>