sparc has failed to boot recently and I bisected it down to this patch:
8dd9453737822469837d48d5da3785ce70fb2118 is first bad commit
commit 8dd9453737822469837d48d5da3785ce70fb2118
Author: Frederic Weisbecker <fweisbec@xxxxxxxxx>
Date: Tue Oct 21 21:56:42 2008 -0700
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 <fweisbec@xxxxxxxxx>
Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>
Reverting this patch gets current git booting again.
--
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html