Re: [PATCH v1 01/13] sparc32: Drop sun4m/sun4d support from head_32.S

2020-12-18 Thread Sam Ravnborg
Hi Jan, On Fri, Dec 18, 2020 at 07:52:08PM +0100, Jan Engelhardt wrote: > > On Friday 2020-12-18 19:43, Sam Ravnborg wrote: > > notsup: > >-.asciz "Sparc-Linux sun4/sun4c or MMU-less not supported\n\n" > >-.align 4 > >- > >-sun4e_notsup: > >-.asciz "Sparc-Linux sun4e support

Re: [PATCH v1 01/13] sparc32: Drop sun4m/sun4d support from head_32.S

2020-12-18 Thread Jan Engelhardt
On Friday 2020-12-18 19:43, Sam Ravnborg wrote: > notsup: >- .asciz "Sparc-Linux sun4/sun4c or MMU-less not supported\n\n" >- .align 4 >- >-sun4e_notsup: >-.asciz "Sparc-Linux sun4e support does not exist\n\n" >+ .asciz "Sparc-Linux sun4* or MMU-less not supported\n\n"

[PATCH v1 01/13] sparc32: Drop sun4m/sun4d support from head_32.S

2020-12-18 Thread Sam Ravnborg
Remove the most obvious parts of sun4* support from head_32.S. Use a single print if a sun4* machine is detected thus restricting boots to LEON machines. Signed-off-by: Sam Ravnborg Cc: "David S. Miller" Cc: Sam Ravnborg Cc: Will Deacon Cc: Arnd Bergmann Cc: Andreas Larsson ---