From 49817b2609be1cb556a02379c7917eb43c2a1fae Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 14 Nov 2008 17:47:43 -0500 Subject: [PATCH] --- yaml --- r: 121141 b: refs/heads/master c: da7b3eab167091693ad215ad7692f7d0d24d1356 h: refs/heads/master i: 121139: f5d6e6ff17716a649facb16cc0a90a68edbfc920 v: v3 --- [refs] | 2 +- trunk/include/linux/tracepoint.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index b1534345e0b4..17cad4f55f97 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: de0baf9ad661ac630a45a50ea1717cc4f4b33ace +refs/heads/master: da7b3eab167091693ad215ad7692f7d0d24d1356 diff --git a/trunk/include/linux/tracepoint.h b/trunk/include/linux/tracepoint.h index 63064e9403f2..69648c54a326 100644 --- a/trunk/include/linux/tracepoint.h +++ b/trunk/include/linux/tracepoint.h @@ -40,14 +40,14 @@ struct tracepoint { do { \ void **it_func; \ \ - rcu_read_lock_sched(); \ + rcu_read_lock_sched_notrace(); \ it_func = rcu_dereference((tp)->funcs); \ if (it_func) { \ do { \ ((void(*)(proto))(*it_func))(args); \ } while (*(++it_func)); \ } \ - rcu_read_unlock_sched(); \ + rcu_read_unlock_sched_notrace(); \ } while (0) /*