Merge branch 'core/locking' into tracing/ftrace
This commit is contained in:
@@ -191,7 +191,7 @@ asmlinkage void __do_softirq(void)
|
||||
account_system_vtime(current);
|
||||
|
||||
__local_bh_disable((unsigned long)__builtin_return_address(0));
|
||||
trace_softirq_enter();
|
||||
lockdep_softirq_enter();
|
||||
|
||||
cpu = smp_processor_id();
|
||||
restart:
|
||||
@@ -231,7 +231,7 @@ restart:
|
||||
if (pending)
|
||||
wakeup_softirqd();
|
||||
|
||||
trace_softirq_exit();
|
||||
lockdep_softirq_exit();
|
||||
|
||||
account_system_vtime(current);
|
||||
_local_bh_enable();
|
||||
|
Reference in New Issue
Block a user