Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' into tracing/core

This commit is contained in:
Ingo Molnar
2009-03-10 09:56:25 +01:00
134 changed files with 1540 additions and 1900 deletions

View File

@@ -637,6 +637,7 @@ static int ksoftirqd(void * __bind_cpu)
preempt_enable_no_resched();
cond_resched();
preempt_disable();
rcu_qsctr_inc((long)__bind_cpu);
}
preempt_enable();
set_current_state(TASK_INTERRUPTIBLE);