diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2007-02-05 15:18:53 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-02-05 15:18:53 -0500 |
commit | 4d284cac76d0bfebc42d76b428c4e44d921200a9 (patch) | |
tree | e99d659aea9c747a3d5b4b4341f84a5cbead265b /arch/s390/kernel/smp.c | |
parent | 162e006ef59266b9ebf34e3d15ca1f3d9ee956d7 (diff) |
[S390] Avoid excessive inlining.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/smp.c')
-rw-r--r-- | arch/s390/kernel/smp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/s390/kernel/smp.c b/arch/s390/kernel/smp.c index 08f9a4dfb18b..65b52320d145 100644 --- a/arch/s390/kernel/smp.c +++ b/arch/s390/kernel/smp.c | |||
@@ -194,7 +194,7 @@ int smp_call_function_on(void (*func) (void *info), void *info, | |||
194 | } | 194 | } |
195 | EXPORT_SYMBOL(smp_call_function_on); | 195 | EXPORT_SYMBOL(smp_call_function_on); |
196 | 196 | ||
197 | static inline void do_send_stop(void) | 197 | static void do_send_stop(void) |
198 | { | 198 | { |
199 | int cpu, rc; | 199 | int cpu, rc; |
200 | 200 | ||
@@ -208,7 +208,7 @@ static inline void do_send_stop(void) | |||
208 | } | 208 | } |
209 | } | 209 | } |
210 | 210 | ||
211 | static inline void do_store_status(void) | 211 | static void do_store_status(void) |
212 | { | 212 | { |
213 | int cpu, rc; | 213 | int cpu, rc; |
214 | 214 | ||
@@ -224,7 +224,7 @@ static inline void do_store_status(void) | |||
224 | } | 224 | } |
225 | } | 225 | } |
226 | 226 | ||
227 | static inline void do_wait_for_stop(void) | 227 | static void do_wait_for_stop(void) |
228 | { | 228 | { |
229 | int cpu; | 229 | int cpu; |
230 | 230 | ||
@@ -534,7 +534,7 @@ smp_put_cpu(int cpu) | |||
534 | spin_unlock_irqrestore(&smp_reserve_lock, flags); | 534 | spin_unlock_irqrestore(&smp_reserve_lock, flags); |
535 | } | 535 | } |
536 | 536 | ||
537 | static inline int | 537 | static int |
538 | cpu_stopped(int cpu) | 538 | cpu_stopped(int cpu) |
539 | { | 539 | { |
540 | __u32 status; | 540 | __u32 status; |