sparc32,leon: fix leon bootup
authorSam Ravnborg <sam@ravnborg.org>
Tue, 29 May 2012 08:14:12 +0000 (08:14 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 May 2012 19:47:36 +0000 (12:47 -0700)
head_32.S failed to set cputypval for leon, causing boot to fail.
The boot failed because we failed to recognize this was a LEON
cpu so we did not preoperly run-time patch the the kernel.
This resulted in an early crash.

Reported-by: Daniel Hellstrom <daniel@gaisler.com>
Tested-by: Daniel Hellstrom <daniel@gaisler.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Konrad Eisele <konrad@gaisler.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found