diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/rcutorture.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/rcutorture.c b/kernel/rcutorture.c index e29edc374cec..a58ac285fc69 100644 --- a/kernel/rcutorture.c +++ b/kernel/rcutorture.c | |||
| @@ -1399,7 +1399,7 @@ rcu_torture_shutdown(void *arg) | |||
| 1399 | * Execute random CPU-hotplug operations at the interval specified | 1399 | * Execute random CPU-hotplug operations at the interval specified |
| 1400 | * by the onoff_interval. | 1400 | * by the onoff_interval. |
| 1401 | */ | 1401 | */ |
| 1402 | static int | 1402 | static int __cpuinit |
| 1403 | rcu_torture_onoff(void *arg) | 1403 | rcu_torture_onoff(void *arg) |
| 1404 | { | 1404 | { |
| 1405 | int cpu; | 1405 | int cpu; |
| @@ -1447,7 +1447,7 @@ rcu_torture_onoff(void *arg) | |||
| 1447 | return 0; | 1447 | return 0; |
| 1448 | } | 1448 | } |
| 1449 | 1449 | ||
| 1450 | static int | 1450 | static int __cpuinit |
| 1451 | rcu_torture_onoff_init(void) | 1451 | rcu_torture_onoff_init(void) |
| 1452 | { | 1452 | { |
| 1453 | if (onoff_interval <= 0) | 1453 | if (onoff_interval <= 0) |
