* [RFC PATCH v3 13/19] smp, s390: prepare for killing generic_smp_call_function_single_interrupt()
[not found] ` <20131204161304.HPcC7-tkvEW-TBB8JWH9j33eHddFuoGG3F721THfl_8@z>
@ 2013-12-04 16:13 ` Jiang Liu
2013-12-06 9:43 ` Heiko Carstens
0 siblings, 1 reply; 2+ messages in thread
From: Jiang Liu @ 2013-12-04 16:13 UTC (permalink / raw)
To: Andrew Morton, Shaohua Li, Martin Schwidefsky, Heiko Carstens,
linux390, Thomas Gleixner, Paul Gortmaker, Michael Holzheu,
linux-s390, linux-kernel
Cc: Jiang Liu, Ingo Molnar, Peter Zijlstra, Steven Rostedt,
Jiri Kosina, Wang YanQing, linux-arch
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Shaohua Li <shli@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Jiri Kosina <trivial@kernel.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: linux390@de.ibm.com
Signed-off-by: Jiang Liu <liuj97@gmail.com>
---
arch/s390/kernel/smp.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/s390/kernel/smp.c b/arch/s390/kernel/smp.c
index dc4a534..e550afd 100644
--- a/arch/s390/kernel/smp.c
+++ b/arch/s390/kernel/smp.c
@@ -49,7 +49,7 @@
enum {
ec_schedule = 0,
- ec_call_function_single,
+ ec_call_function,
ec_stop_cpu,
};
@@ -437,8 +437,8 @@ static void smp_handle_ext_call(void)
smp_stop_cpu();
if (test_bit(ec_schedule, &bits))
scheduler_ipi();
- if (test_bit(ec_call_function_single, &bits))
- generic_smp_call_function_single_interrupt();
+ if (test_bit(ec_call_function, &bits))
+ generic_smp_call_function_interrupt();
}
static void do_ext_call_interrupt(struct ext_code ext_code,
@@ -453,12 +453,12 @@ void arch_send_call_function_ipi_mask(const struct cpumask *mask)
int cpu;
for_each_cpu(cpu, mask)
- pcpu_ec_call(pcpu_devices + cpu, ec_call_function_single);
+ pcpu_ec_call(pcpu_devices + cpu, ec_call_function);
}
void arch_send_call_function_single_ipi(int cpu)
{
- pcpu_ec_call(pcpu_devices + cpu, ec_call_function_single);
+ pcpu_ec_call(pcpu_devices + cpu, ec_call_function);
}
#ifndef CONFIG_64BIT
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [RFC PATCH v3 13/19] smp, s390: prepare for killing generic_smp_call_function_single_interrupt()
2013-12-04 16:13 ` [RFC PATCH v3 13/19] smp, s390: prepare for killing generic_smp_call_function_single_interrupt() Jiang Liu
@ 2013-12-06 9:43 ` Heiko Carstens
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Carstens @ 2013-12-06 9:43 UTC (permalink / raw)
To: Jiang Liu
Cc: Andrew Morton, Shaohua Li, Martin Schwidefsky, linux390,
Thomas Gleixner, Paul Gortmaker, Michael Holzheu, linux-s390,
linux-kernel, Ingo Molnar, Peter Zijlstra, Steven Rostedt,
Jiri Kosina, Wang YanQing, linux-arch
On Thu, Dec 05, 2013 at 12:13:04AM +0800, Jiang Liu wrote:
> Signed-off-by: Jiang Liu <liuj97@gmail.com>
> ---
> arch/s390/kernel/smp.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
I assume you will take care and make sure it gets merged?
Besides that:
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-06 9:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1386173591-28514-1-git-send-email-liuj97@gmail.com>
[not found] ` <20131204161304.HPcC7-tkvEW-TBB8JWH9j33eHddFuoGG3F721THfl_8@z>
2013-12-04 16:13 ` [RFC PATCH v3 13/19] smp, s390: prepare for killing generic_smp_call_function_single_interrupt() Jiang Liu
2013-12-06 9:43 ` Heiko Carstens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).