From: Frederic Weisbecker Date: Wed, 22 Oct 2008 04:56:42 +0000 (-0700) Subject: sparc: correct section of current_pc() X-Git-Tag: v2.6.28-rc1~4^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dd9453737822469837d48d5da3785ce70fb2118;p=pandora-kernel.git sparc: correct section of current_pc() Latest mainline gives this section mismatch on sparc: The function current_pc() references the variable __init no_sun4u_here. This is often because current_pc lacks a __init annotation or the annotation of no_sun4u_here is wrong. Since current_pc() is used only in early time, it is correct to put it in .init section. Signed-off-by: Frederic Weisbecker Signed-off-by: David S. Miller --- Reading git-diff-tree failed