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: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
parent
492c24e589
commit
ec24158eac
|
@ -46,8 +46,8 @@ cputypvar:
|
|||
|
||||
.align 4
|
||||
|
||||
sun4c_notsup:
|
||||
.asciz "Sparc-Linux sun4/sun4c support does no longer exist.\n\n"
|
||||
notsup:
|
||||
.asciz "Sparc-Linux sun4/sun4c or MMU-less not supported\n\n"
|
||||
.align 4
|
||||
|
||||
sun4e_notsup:
|
||||
|
@ -194,7 +194,7 @@ copy_prom_done:
|
|||
|
||||
halt_sun4_or_sun4c:
|
||||
ld [%g7 + 0x68], %o1
|
||||
set sun4c_notsup, %o0
|
||||
set notsup, %o0
|
||||
sub %o0, %l6, %o0
|
||||
call %o1
|
||||
nop
|
||||
|
@ -659,7 +659,7 @@ sun4u_5:
|
|||
.asciz "write"
|
||||
.align 4
|
||||
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:
|
||||
.align 4
|
||||
sun4u_7:
|
||||
|
|
Loading…
Reference in New Issue