Skip to content

Commit

Permalink
Revert "sparc: correct section of current_pc()"
Browse files Browse the repository at this point in the history
This reverts commit 8dd9453.

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.
  • Loading branch information
David S. Miller committed Nov 10, 2008
1 parent 3ad4f59 commit 29b1432
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/sparc/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ gokernel:
mov %o7, %g4 ! Save %o7

/* Jump to it, and pray... */
__INIT
current_pc:
call 1f
nop
Expand Down

0 comments on commit 29b1432

Please sign in to comment.