Skip to content

Commit

Permalink
sparc32: remove unused variable in head_32.S
Browse files Browse the repository at this point in the history
It was assigned, but never referenced later.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed May 29, 2012
1 parent 1ddb22e commit 4fd8bc6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arch/sparc/kernel/head_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
* the cpu-type
*/
.align 4
cputyp:
.word 1

.align 4
.globl cputypval
cputypval:
.asciz "sun4m"
Expand Down Expand Up @@ -509,10 +505,6 @@ continue_boot:
/* Aieee, now set PC and nPC, enable traps, give ourselves a stack and it's
* show-time!
*/

sethi %hi(cputyp), %o0
st %g4, [%o0 + %lo(cputyp)]

/* Turn on Supervisor, EnableFloating, and all the PIL bits.
* Also puts us in register window zero with traps off.
*/
Expand Down

0 comments on commit 4fd8bc6

Please sign in to comment.