rounding up CPUs on debug exception
Arnd Bergmann
arnd at arndb.de
Tue Sep 27 05:09:22 EST 2005
On Maandag 26 September 2005 20:52, Geoff Levand wrote:
> void kgdb_roundup_cpus(unsigned long flags)
> {
> send_IPI_allbutself(APIC_DM_NMI);
> }
>
> I need something similar to support SMP on ppc64. Can anyone
> suggest something?
>
The architecture independent function for this is
smp_call_function(), as defined in arch/ppc64/kernel/smp.c
Arnd <><
More information about the Linuxppc64-dev
mailing list