Re: [PATCH 5/9] powerpc/32s: Fix CONFIG_BOOK3S_601 uses

2020-07-24 Thread Christophe Leroy
Michael Ellerman a écrit : We have two uses of CONFIG_BOOK3S_601, which doesn't exist. Fix them to use CONFIG_PPC_BOOK3S_601 which is the correct symbol. Fixes: 12c3f1fd87bf ("powerpc/32s: get rid of CPU_FTR_601 feature") Signed-off-by: Michael Ellerman --- I think the bug in get_cycles() at

[PATCH 5/9] powerpc/32s: Fix CONFIG_BOOK3S_601 uses

2020-07-24 Thread Michael Ellerman
We have two uses of CONFIG_BOOK3S_601, which doesn't exist. Fix them to use CONFIG_PPC_BOOK3S_601 which is the correct symbol. Fixes: 12c3f1fd87bf ("powerpc/32s: get rid of CPU_FTR_601 feature") Signed-off-by: Michael Ellerman --- I think the bug in get_cycles() at least demonstrates that no one