]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/softirq.c
locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit]
[linux-2.6-omap-h63xx.git] / kernel / softirq.c
index 9041ea7948feffbf887ed92fb8ce1e73ad55c81c..08a030f85416c3e73d6131f5605d997403fa509c 100644 (file)
@@ -180,7 +180,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:
@@ -220,7 +220,7 @@ restart:
        if (pending)
                wakeup_softirqd();
 
-       trace_softirq_exit();
+       lockdep_softirq_exit();
 
        account_system_vtime(current);
        _local_bh_enable();