Revert "sparc: correct section of current_pc()"
This reverts commit 8dd9453737
.
This fixes a boot failure reported by Robert Reif.
The code above the section change expects to fallthrough, so
we can't make such a section change here.
This commit is contained in:
parent
3ad4f59705
commit
29b1432816
|
@ -465,7 +465,6 @@ gokernel:
|
|||
mov %o7, %g4 ! Save %o7
|
||||
|
||||
/* Jump to it, and pray... */
|
||||
__INIT
|
||||
current_pc:
|
||||
call 1f
|
||||
nop
|
||||
|
|
Loading…
Reference in New Issue