sched: remove the !PREEMPT_BKL code

remove the !PREEMPT_BKL code.

this removes 160 lines of legacy code.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Ingo Molnar
2008-01-25 21:08:33 +01:00
parent 58b8a73ab8
commit 6478d8800b
5 changed files with 5 additions and 161 deletions

View File

@@ -52,10 +52,6 @@ config PREEMPT
endchoice
config PREEMPT_BKL
def_bool y
depends on SMP || PREEMPT
config RCU_TRACE
bool "Enable tracing for RCU - currently stats in debugfs"
select DEBUG_FS