All of lore.kernel.org
 help / color / mirror / Atom feed
* sparc boot failure
@ 2008-11-06  3:03 Robert Reif
  2008-11-06  4:10 ` David Miller
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Robert Reif @ 2008-11-06  3:03 UTC (permalink / raw)
  To: sparclinux

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@gmail.com>
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@gmail.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>

Reverting this patch gets current git booting again.
 


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-11-08  8:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-06  3:03 sparc boot failure Robert Reif
2008-11-06  4:10 ` David Miller
2008-11-06 10:40 ` Frédéric Weisbecker
2008-11-06 11:44 ` Robert Reif
2008-11-06 13:10 ` Frédéric Weisbecker
2008-11-06 21:10 ` Sam Ravnborg
2008-11-08  2:41 ` Robert Reif
2008-11-08  6:34 ` David Miller
2008-11-08  8:41 ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.