From: Stephane Eranian Date: Tue, 26 Sep 2006 06:32:32 +0000 (-0700) Subject: [PATCH] i386: add smp_call_function_single X-Git-Tag: v2.6.19-rc1~1121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaa70773e750cc09d60938bceacd028bc76b8e3a;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed