sparc32: remove unused variable in head_32.S
It was assigned, but never referenced later. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1ddb22e13d
commit
4fd8bc6718
1 changed files with 0 additions and 8 deletions
|
@ -30,10 +30,6 @@
|
||||||
* the cpu-type
|
* the cpu-type
|
||||||
*/
|
*/
|
||||||
.align 4
|
.align 4
|
||||||
cputyp:
|
|
||||||
.word 1
|
|
||||||
|
|
||||||
.align 4
|
|
||||||
.globl cputypval
|
.globl cputypval
|
||||||
cputypval:
|
cputypval:
|
||||||
.asciz "sun4m"
|
.asciz "sun4m"
|
||||||
|
@ -509,10 +505,6 @@ continue_boot:
|
||||||
/* Aieee, now set PC and nPC, enable traps, give ourselves a stack and it's
|
/* Aieee, now set PC and nPC, enable traps, give ourselves a stack and it's
|
||||||
* show-time!
|
* show-time!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
sethi %hi(cputyp), %o0
|
|
||||||
st %g4, [%o0 + %lo(cputyp)]
|
|
||||||
|
|
||||||
/* Turn on Supervisor, EnableFloating, and all the PIL bits.
|
/* Turn on Supervisor, EnableFloating, and all the PIL bits.
|
||||||
* Also puts us in register window zero with traps off.
|
* Also puts us in register window zero with traps off.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue