From 89d67e2480b323d7a92fd826e2c93571c1e87bc9 Mon Sep 17 00:00:00 2001 From: Lai Jiangshan Date: Tue, 4 Jan 2011 16:06:09 +0800 Subject: [PATCH] --- yaml --- r: 228946 b: refs/heads/master c: bd1c8b22b7b81c6f6c4f5c19cb2387da3d02fb0f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/tracepoint.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f192d2bbeeae..9f728f3eb89c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 881fe4bdcdc899674524e30a76c76d298b447008 +refs/heads/master: bd1c8b22b7b81c6f6c4f5c19cb2387da3d02fb0f diff --git a/trunk/include/linux/tracepoint.h b/trunk/include/linux/tracepoint.h index 899103c8f6f2..c6814616653b 100644 --- a/trunk/include/linux/tracepoint.h +++ b/trunk/include/linux/tracepoint.h @@ -32,7 +32,7 @@ struct tracepoint { int state; /* State. */ void (*regfunc)(void); void (*unregfunc)(void); - struct tracepoint_func *funcs; + struct tracepoint_func __rcu *funcs; } __attribute__((aligned(32))); /* * Aligned on 32 bytes because it is * globally visible and gcc happily