diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-11 04:46:50 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-11 04:46:50 -0400 |
commit | 0c81b2a1448bc6a2a9b2d6469fb0669fb4b25e5b (patch) | |
tree | 6f82579cae6d6e39fa9f837a3c349ded51e19d14 /kernel/rcupreempt.c | |
parent | 0729fbf3bc70870370b4f43d652f05a468dc68b8 (diff) | |
parent | 70ff05554f91a1edda1f11684da1dbde09e2feea (diff) |
Merge branch 'linus' into core/rcu
Conflicts:
include/linux/rculist.h
kernel/rcupreempt.c
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/rcupreempt.c')
-rw-r--r-- | kernel/rcupreempt.c | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/kernel/rcupreempt.c b/kernel/rcupreempt.c index 396b121edfe5..536ce83c55fe 100644 --- a/kernel/rcupreempt.c +++ b/kernel/rcupreempt.c | |||
@@ -1056,7 +1056,15 @@ void rcu_offline_cpu(int cpu) | |||
1056 | spin_unlock_irqrestore(&rdp->lock, flags); | 1056 | spin_unlock_irqrestore(&rdp->lock, flags); |
1057 | } | 1057 | } |
1058 | 1058 | ||
1059 | void __devinit rcu_online_cpu(int cpu) | 1059 | #else /* #ifdef CONFIG_HOTPLUG_CPU */ |
1060 | |||
1061 | void rcu_offline_cpu(int cpu) | ||
1062 | { | ||
1063 | } | ||
1064 | |||
1065 | #endif /* #else #ifdef CONFIG_HOTPLUG_CPU */ | ||
1066 | |||
1067 | void __cpuinit rcu_online_cpu(int cpu) | ||
1060 | { | 1068 | { |
1061 | unsigned long flags; | 1069 | unsigned long flags; |
1062 | struct rcu_data *rdp; | 1070 | struct rcu_data *rdp; |
@@ -1080,18 +1088,6 @@ void __devinit rcu_online_cpu(int cpu) | |||
1080 | spin_unlock_irqrestore(&rdp->lock, flags); | 1088 | spin_unlock_irqrestore(&rdp->lock, flags); |
1081 | } | 1089 | } |
1082 | 1090 | ||
1083 | #else /* #ifdef CONFIG_HOTPLUG_CPU */ | ||
1084 | |||
1085 | void rcu_offline_cpu(int cpu) | ||
1086 | { | ||
1087 | } | ||
1088 | |||
1089 | void __devinit rcu_online_cpu(int cpu) | ||
1090 | { | ||
1091 | } | ||
1092 | |||
1093 | #endif /* #else #ifdef CONFIG_HOTPLUG_CPU */ | ||
1094 | |||
1095 | static void rcu_process_callbacks(struct softirq_action *unused) | 1091 | static void rcu_process_callbacks(struct softirq_action *unused) |
1096 | { | 1092 | { |
1097 | unsigned long flags; | 1093 | unsigned long flags; |