Commit ec24158e authored by Sam Ravnborg's avatar Sam Ravnborg Committed by David S. Miller

sparc32: string and whitespace cleanup in head_32.S

A few strings have been adopted to show more relevant info.

Julian Calaby <julian.calaby@gmail.com> pointed out one
that I would otherwise have missed.
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 492c24e5
...@@ -46,8 +46,8 @@ cputypvar: ...@@ -46,8 +46,8 @@ cputypvar:
.align 4 .align 4
sun4c_notsup: notsup:
.asciz "Sparc-Linux sun4/sun4c support does no longer exist.\n\n" .asciz "Sparc-Linux sun4/sun4c or MMU-less not supported\n\n"
.align 4 .align 4
sun4e_notsup: sun4e_notsup:
...@@ -194,7 +194,7 @@ copy_prom_done: ...@@ -194,7 +194,7 @@ copy_prom_done:
halt_sun4_or_sun4c: halt_sun4_or_sun4c:
ld [%g7 + 0x68], %o1 ld [%g7 + 0x68], %o1
set sun4c_notsup, %o0 set notsup, %o0
sub %o0, %l6, %o0 sub %o0, %l6, %o0
call %o1 call %o1
nop nop
...@@ -659,7 +659,7 @@ sun4u_5: ...@@ -659,7 +659,7 @@ sun4u_5:
.asciz "write" .asciz "write"
.align 4 .align 4
sun4u_6: sun4u_6:
.asciz "\n\rOn sun4u you have to use UltraLinux (64bit) kernel\n\rand not a 32bit sun4[cdem] version\n\r\n\r" .asciz "\n\rOn sun4u you have to use sparc64 kernel\n\rand not a sparc32 version\n\r\n\r"
sun4u_6e: sun4u_6e:
.align 4 .align 4
sun4u_7: sun4u_7:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment