From 28754724efaeb47af4b1c85a123be2a0e291372e Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Tue, 29 May 2012 08:14:13 +0000 Subject: [PATCH] --- yaml --- r: 309543 b: refs/heads/master c: 4fd8bc671887fa02bc19722f6c3707bd7b8a2604 h: refs/heads/master i: 309541: 3c7b1ccc724974c2b89bd19b408b8db9f531a4bb 309539: 005e22c66d474200d477412e1a4ea325ece4a906 309535: 5fe74cb88599631b8812bd339b4b53af88a520a4 v: v3 --- [refs] | 2 +- trunk/arch/sparc/kernel/head_32.S | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/[refs] b/[refs] index 1e42247d6eaa..88f6d62858a1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1ddb22e13dea3f9511c8e934331e1e44b666bc79 +refs/heads/master: 4fd8bc671887fa02bc19722f6c3707bd7b8a2604 diff --git a/trunk/arch/sparc/kernel/head_32.S b/trunk/arch/sparc/kernel/head_32.S index 5364a05177c2..afeb1d770303 100644 --- a/trunk/arch/sparc/kernel/head_32.S +++ b/trunk/arch/sparc/kernel/head_32.S @@ -30,10 +30,6 @@ * the cpu-type */ .align 4 -cputyp: - .word 1 - - .align 4 .globl cputypval cputypval: .asciz "sun4m" @@ -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. */