diff options
Diffstat (limited to 'kernel/rcutree.c')
| -rw-r--r-- | kernel/rcutree.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/rcutree.c b/kernel/rcutree.c index e08abb9461ac..068de3a93606 100644 --- a/kernel/rcutree.c +++ b/kernel/rcutree.c | |||
| @@ -2910,7 +2910,7 @@ rcu_boot_init_percpu_data(int cpu, struct rcu_state *rsp) | |||
| 2910 | * can accept some slop in the rsp->completed access due to the fact | 2910 | * can accept some slop in the rsp->completed access due to the fact |
| 2911 | * that this CPU cannot possibly have any RCU callbacks in flight yet. | 2911 | * that this CPU cannot possibly have any RCU callbacks in flight yet. |
| 2912 | */ | 2912 | */ |
| 2913 | static void __cpuinit | 2913 | static void |
| 2914 | rcu_init_percpu_data(int cpu, struct rcu_state *rsp, int preemptible) | 2914 | rcu_init_percpu_data(int cpu, struct rcu_state *rsp, int preemptible) |
| 2915 | { | 2915 | { |
| 2916 | unsigned long flags; | 2916 | unsigned long flags; |
| @@ -2962,7 +2962,7 @@ rcu_init_percpu_data(int cpu, struct rcu_state *rsp, int preemptible) | |||
| 2962 | mutex_unlock(&rsp->onoff_mutex); | 2962 | mutex_unlock(&rsp->onoff_mutex); |
| 2963 | } | 2963 | } |
| 2964 | 2964 | ||
| 2965 | static void __cpuinit rcu_prepare_cpu(int cpu) | 2965 | static void rcu_prepare_cpu(int cpu) |
| 2966 | { | 2966 | { |
| 2967 | struct rcu_state *rsp; | 2967 | struct rcu_state *rsp; |
| 2968 | 2968 | ||
| @@ -2974,7 +2974,7 @@ static void __cpuinit rcu_prepare_cpu(int cpu) | |||
| 2974 | /* | 2974 | /* |
| 2975 | * Handle CPU online/offline notification events. | 2975 | * Handle CPU online/offline notification events. |
| 2976 | */ | 2976 | */ |
| 2977 | static int __cpuinit rcu_cpu_notify(struct notifier_block *self, | 2977 | static int rcu_cpu_notify(struct notifier_block *self, |
| 2978 | unsigned long action, void *hcpu) | 2978 | unsigned long action, void *hcpu) |
| 2979 | { | 2979 | { |
| 2980 | long cpu = (long)hcpu; | 2980 | long cpu = (long)hcpu; |
