From 661a8752a501027f8e7cfe775bbd2c1285a022b4 Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Tue, 27 Dec 2011 15:04:26 +0100 Subject: [PATCH] --- yaml --- r: 286799 b: refs/heads/master c: 4410030646be072b82ec1892ad5cc7d91af384d8 h: refs/heads/master i: 286797: d6d0c62254c1e70e982f18b47f70f65691dd3a0e 286795: 144b4e8f64742e92b48e06e00086cfbe5ae8f8cf 286791: 4883bd5105ca8410aeb044a0c8b6d42c7ccb8965 286783: 6fa2a1c3b5319fbc8f377e5598d02031a2f33031 v: v3 --- [refs] | 2 +- trunk/kernel/rcutorture.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c91705b5beff..dd967551efcc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7061ca3b6c99fc78115560b9a10227c8c5fafc45 +refs/heads/master: 4410030646be072b82ec1892ad5cc7d91af384d8 diff --git a/trunk/kernel/rcutorture.c b/trunk/kernel/rcutorture.c index e29edc374cec..a58ac285fc69 100644 --- a/trunk/kernel/rcutorture.c +++ b/trunk/kernel/rcutorture.c @@ -1399,7 +1399,7 @@ rcu_torture_shutdown(void *arg) * Execute random CPU-hotplug operations at the interval specified * by the onoff_interval. */ -static int +static int __cpuinit rcu_torture_onoff(void *arg) { int cpu; @@ -1447,7 +1447,7 @@ rcu_torture_onoff(void *arg) return 0; } -static int +static int __cpuinit rcu_torture_onoff_init(void) { if (onoff_interval <= 0)