Re: [PATCH 9/10] parisc: convert to generic helpers for IPI function calls

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jens Axboe <jens.axboe@...>
Cc: Kyle McMartin <kyle@...>, <linux-kernel@...>, <peterz@...>, <npiggin@...>, <linux-arch@...>, <jeremy@...>, <mingo@...>, <paulmck@...>, Kyle McMartin <kyle@...>, Matthew Wilcox <matthew@...>, Grant Grundler <grundler@...>
Date: Friday, June 6, 2008 - 5:11 pm

On Fri, Jun 06, 2008 at 10:47:43AM +0200, Jens Axboe wrote:

Ah, sorry, I forgot to mention that. Seems to be working fine, at least,
I'm getting jobs scheduled on each cpu, afaict.

Needed this patch though, and from the looks of things, a bunch of other
architectures will need it as well.

Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

diff --git a/include/asm-parisc/smp.h b/include/asm-parisc/smp.h
index 306f495..ad24e7f 100644
--- a/include/asm-parisc/smp.h
+++ b/include/asm-parisc/smp.h
@@ -62,4 +62,7 @@ static inline void __cpu_die (unsigned int cpu) {
 }
 extern int __cpu_up (unsigned int cpu);
 
+void arch_send_call_function_ipi(cpumask_t mask);
+void arch_send_call_function_single_ipi(int cpu);
+
 #endif /*  __ASM_SMP_H */
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 0/10] Add generic helpers for arch IPI function c..., Jeremy Fitzhardinge, (Sun Jun 1, 5:52 am)
Re: [PATCH 2/10] x86: convert to generic helpers for IPI fun..., Jeremy Fitzhardinge, (Thu May 29, 8:12 am)
Re: [PATCH 2/10] x86: convert to generic helpers for IPI fun..., Jeremy Fitzhardinge, (Thu May 29, 9:47 am)
Re: [PATCH 1/10] Add generic helpers for arch IPI function c..., Jeremy Fitzhardinge, (Sun Jul 6, 1:21 pm)
Re: [PATCH 1/10] Add generic helpers for arch IPI function c..., Paul E. McKenney, (Tue Jun 10, 11:47 am)
Re: [PATCH 9/10] parisc: convert to generic helpers for IPI ..., Kyle McMartin, (Fri Jun 6, 5:11 pm)