[PATCH] i386: add smp_call_function_single
authorStephane Eranian <eranian@hpl.hp.com>
Tue, 26 Sep 2006 06:32:32 +0000 (23:32 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Sep 2006 15:48:56 +0000 (08:48 -0700)
commiteaa70773e750cc09d60938bceacd028bc76b8e3a
treec88635294b3e26059e25a0dce573bfb8c6ec14e3
parent27d26666fc495166036f4ee2208df25ae7f89ab8
[PATCH] i386: add smp_call_function_single

Continiung the series of small patches necessary for the perfmon subsystem,
here is a patch that adds support for the smp_call_function_single()
function for i386.  It exists for almost all other architectures but i386.
The perfmon subsystem needs it in one case to free some state on a
designated remote CPU.

Signed-off-by: Stephane Eranian <eranian@hpl.hp.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/smp.c