From: Randy Dunlap Date: Thu, 7 Dec 2006 04:38:14 +0000 (-0800) Subject: [PATCH] declare smp_call_function_single in generic code X-Git-Tag: v2.6.20-rc1~145^2^2~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83df8db9e62129975fab6d800fb381faf0dfee74;p=pandora-kernel.git [PATCH] declare smp_call_function_single in generic code smp_call_function_single() needs to be visible in non-SMP builds, to fix: arch/x86_64/kernel/vsyscall.c:283: warning: implicit declaration of function 'smp_call_function_single' Signed-off-by: Randy Dunlap Cc: Ingo Molnar Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed