Re: [PATCH 1/2] sparc32,leon: Build with -mcpu=leon3 for SPARC_LEON

2017-11-29 Thread David Miller
From: Andreas Larsson Date: Tue, 14 Nov 2017 15:03:42 +0100 > Apart from using LEON3 instruction timing it allows for usage of the > CASA instruction. > > Signed-off-by: Andreas Larsson Up until this point the LEON kconfig option is largely passive. All of the sparc_cpu_type logic drives what

[PATCH 1/2] sparc32,leon: Build with -mcpu=leon3 for SPARC_LEON

2017-11-14 Thread Andreas Larsson
Apart from using LEON3 instruction timing it allows for usage of the CASA instruction. Signed-off-by: Andreas Larsson --- arch/sparc/Makefile | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/arch/sparc/Makefile b/arch/sparc/Makefile index 8496a07..673ee73 100644 ---