X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=kernel%2Frcutree.c;h=499bb2b2198cac1c3e24214f356eb023fda80729;hb=9418fb208059d6f916bdb116653e166c5db9456d;hp=981d0c15a389eb559fdc54d4ba568f21e6214b2a;hpb=44847da1b921f35b348ecd46df93abfbcd547355;p=deliverable%2Flinux.git diff --git a/kernel/rcutree.c b/kernel/rcutree.c index 981d0c15a389..499bb2b2198c 100644 --- a/kernel/rcutree.c +++ b/kernel/rcutree.c @@ -662,7 +662,7 @@ void rcu_nmi_exit(void) * rcu_is_watching(), the caller of __rcu_is_watching() must have at * least disabled preemption. */ -bool __rcu_is_watching(void) +bool notrace __rcu_is_watching(void) { return atomic_read(this_cpu_ptr(&rcu_dynticks.dynticks)) & 0x1; } @@ -673,7 +673,7 @@ bool __rcu_is_watching(void) * If the current CPU is in its idle loop and is neither in an interrupt * or NMI handler, return true. */ -bool rcu_is_watching(void) +bool notrace rcu_is_watching(void) { int ret;