Re: [PATCH] MIPS: cpu-probe: remove MIPS_CPU_BP_GHIST option bit

2020-10-12 Thread Thomas Bogendoerfer
On Fri, Oct 09, 2020 at 02:26:48PM +0200, Thomas Bogendoerfer wrote: > MIPS_CPU_BP_GHIST is only set two times and more or less immediately > used in cpu-probe.c itself. Remove this option to make room in options > word. > > Signed-off-by: Thomas Bogendoerfer > --- >

[PATCH] MIPS: cpu-probe: remove MIPS_CPU_BP_GHIST option bit

2020-10-09 Thread Thomas Bogendoerfer
MIPS_CPU_BP_GHIST is only set two times and more or less immediately used in cpu-probe.c itself. Remove this option to make room in options word. Signed-off-by: Thomas Bogendoerfer --- arch/mips/include/asm/cpu-features.h | 3 --- arch/mips/include/asm/cpu.h