Re: [PATCH] powerpc/features: Remove CPU_FTR_NODSISRALIGN

2020-10-14 Thread Michael Ellerman
"Aneesh Kumar K.V" writes: > On 10/13/20 3:45 PM, Michael Ellerman wrote: >> Christophe Leroy writes: >>> Le 13/10/2020 à 09:23, Aneesh Kumar K.V a écrit : Christophe Leroy writes: > CPU_FTR_NODSISRALIGN has not been used since > commit 31bfdb036f12 ("powerpc: Use instruction

Re: [PATCH] powerpc/features: Remove CPU_FTR_NODSISRALIGN

2020-10-13 Thread Aneesh Kumar K.V
On 10/13/20 3:45 PM, Michael Ellerman wrote: Christophe Leroy writes: Le 13/10/2020 à 09:23, Aneesh Kumar K.V a écrit : Christophe Leroy writes: CPU_FTR_NODSISRALIGN has not been used since commit 31bfdb036f12 ("powerpc: Use instruction emulation infrastructure to handle alignment faults")

Re: [PATCH] powerpc/features: Remove CPU_FTR_NODSISRALIGN

2020-10-13 Thread Michael Ellerman
Christophe Leroy writes: > Le 13/10/2020 à 09:23, Aneesh Kumar K.V a écrit : >> Christophe Leroy writes: >> >>> CPU_FTR_NODSISRALIGN has not been used since >>> commit 31bfdb036f12 ("powerpc: Use instruction emulation >>> infrastructure to handle alignment faults") >>> >>> Remove it. >>> >>>

Re: [PATCH] powerpc/features: Remove CPU_FTR_NODSISRALIGN

2020-10-13 Thread Christophe Leroy
Le 13/10/2020 à 09:23, Aneesh Kumar K.V a écrit : Christophe Leroy writes: CPU_FTR_NODSISRALIGN has not been used since commit 31bfdb036f12 ("powerpc: Use instruction emulation infrastructure to handle alignment faults") Remove it. Signed-off-by: Christophe Leroy ---

Re: [PATCH] powerpc/features: Remove CPU_FTR_NODSISRALIGN

2020-10-13 Thread Aneesh Kumar K.V
Christophe Leroy writes: > CPU_FTR_NODSISRALIGN has not been used since > commit 31bfdb036f12 ("powerpc: Use instruction emulation > infrastructure to handle alignment faults") > > Remove it. > > Signed-off-by: Christophe Leroy > --- > arch/powerpc/include/asm/cputable.h | 22

Re: [PATCH] powerpc/features: Remove CPU_FTR_NODSISRALIGN

2020-10-12 Thread kernel test robot
Hi Christophe, I love your patch! Yet something to improve: [auto build test ERROR on powerpc/next] [also build test ERROR on v5.9 next-20201012] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in

[PATCH] powerpc/features: Remove CPU_FTR_NODSISRALIGN

2020-10-12 Thread Christophe Leroy
CPU_FTR_NODSISRALIGN has not been used since commit 31bfdb036f12 ("powerpc: Use instruction emulation infrastructure to handle alignment faults") Remove it. Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/cputable.h | 22 ++ arch/powerpc/kernel/dt_cpu_ftrs.c