From: Jeremy Fitzhardinge Date: Wed, 2 May 2007 17:27:06 +0000 (+0200) Subject: [PATCH] i386: Simplify smp_call_function*() by using common implementation X-Git-Tag: v2.6.22-rc1~1011^2~195 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19d1743315099665db4ce02c9942507a5ee1deea;p=pandora-kernel.git [PATCH] i386: Simplify smp_call_function*() by using common implementation smp_call_function and smp_call_function_single are almost complete duplicates of the same logic. This patch combines them by implementing them in terms of the more general smp_call_function_mask(). Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Andi Kleen Cc: Stephane Eranian Cc: Andrew Morton Cc: Andi Kleen Cc: "Randy.Dunlap" Cc: Ingo Molnar --- Reading git-diff-tree failed