]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/spinlock.c
ftrace: lockdep notrace annotations
[linux-2.6-omap-h63xx.git] / kernel / spinlock.c
index ae28c82451237a7ee0b0d8653701e7eed5437c6b..a1fb54c93cdd2381f23573748852a4a105e8ddd3 100644 (file)
@@ -436,7 +436,7 @@ int __lockfunc _spin_trylock_bh(spinlock_t *lock)
 }
 EXPORT_SYMBOL(_spin_trylock_bh);
 
-int in_lock_functions(unsigned long addr)
+notrace int in_lock_functions(unsigned long addr)
 {
        /* Linker adds these: start and end of __lockfunc functions */
        extern char __lock_text_start[], __lock_text_end[];