Re: [PATCH v2] powerpc: Drop _nmask_and_or_msr()

2020-09-09 Thread Michael Ellerman
On Fri, 14 Aug 2020 06:54:49 + (UTC), Christophe Leroy wrote: > _nmask_and_or_msr() is only used at two places to set MSR_IP. > > The SYNC is unnecessary as the users are not PowerPC 601. > > Can be easily writen in C. > > Do it, and drop _nmask_and_or_msr() Applied to powerpc/next. [1/1]

[PATCH v2] powerpc: Drop _nmask_and_or_msr()

2020-08-13 Thread Christophe Leroy
_nmask_and_or_msr() is only used at two places to set MSR_IP. The SYNC is unnecessary as the users are not PowerPC 601. Can be easily writen in C. Do it, and drop _nmask_and_or_msr() Signed-off-by: Christophe Leroy --- v2: Removed the prototype in asm/processor.h --- arch/powerpc/include/asm/