Re: [v3, 1/2] powerpc/8xx: replace most #ifdef by IS_ENABLED() in 8xx_mmu.c

2019-02-25 Thread Michael Ellerman
On Wed, 2019-02-13 at 16:06:19 UTC, Christophe Leroy wrote: > This patch replaces most #ifdef mess by IS_ENABLED() in 8xx_mmu.c > This has the advantage of allowing syntax verification at compile > time regardless of selected options. > > Signed-off-by: Christophe Leroy Series applied to powerpc

[PATCH v3 1/2] powerpc/8xx: replace most #ifdef by IS_ENABLED() in 8xx_mmu.c

2019-02-13 Thread Christophe Leroy
This patch replaces most #ifdef mess by IS_ENABLED() in 8xx_mmu.c This has the advantage of allowing syntax verification at compile time regardless of selected options. Signed-off-by: Christophe Leroy --- v3: no change v2: left CONFIG_BDI_SWITCH change aside as it goes away in another patch