diff options
-rw-r--r-- | arch/sparc/kernel/head_32.S | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/sparc/kernel/head_32.S b/arch/sparc/kernel/head_32.S index 5364a05177c2..afeb1d770303 100644 --- a/arch/sparc/kernel/head_32.S +++ b/arch/sparc/kernel/head_32.S | |||
@@ -30,10 +30,6 @@ | |||
30 | * the cpu-type | 30 | * the cpu-type |
31 | */ | 31 | */ |
32 | .align 4 | 32 | .align 4 |
33 | cputyp: | ||
34 | .word 1 | ||
35 | |||
36 | .align 4 | ||
37 | .globl cputypval | 33 | .globl cputypval |
38 | cputypval: | 34 | cputypval: |
39 | .asciz "sun4m" | 35 | .asciz "sun4m" |
@@ -509,10 +505,6 @@ continue_boot: | |||
509 | /* Aieee, now set PC and nPC, enable traps, give ourselves a stack and it's | 505 | /* Aieee, now set PC and nPC, enable traps, give ourselves a stack and it's |
510 | * show-time! | 506 | * show-time! |
511 | */ | 507 | */ |
512 | |||
513 | sethi %hi(cputyp), %o0 | ||
514 | st %g4, [%o0 + %lo(cputyp)] | ||
515 | |||
516 | /* Turn on Supervisor, EnableFloating, and all the PIL bits. | 508 | /* Turn on Supervisor, EnableFloating, and all the PIL bits. |
517 | * Also puts us in register window zero with traps off. | 509 | * Also puts us in register window zero with traps off. |
518 | */ | 510 | */ |