From: Ashok Raj Date: Sat, 25 Jun 2005 21:54:57 +0000 (-0700) Subject: [PATCH] make smp_prepare_cpu to a weak function X-Git-Tag: v2.6.13-rc1~68^2~205 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52a119feaad92d44a0e97d01b22afbcbaf3fc079;p=pandora-kernel.git [PATCH] make smp_prepare_cpu to a weak function I really wish smp_prepare_cpu() would disappear eventually. In the interim this is ideally a weak function, so we dont end up changing several places to define this dummy in headers. Today since the dummy declaration is done only in drivers/base/cpu.c but the function is called in kernel/power/smp.c i get undefined reference in my cpu hotplug code for x86_64 under development. Signed-off-by: Ashok Raj Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed