Re: [PATCH v3 1/9] powerpc/pseries: Use macros for referring to the DTL enable mask

2019-07-07 Thread Michael Ellerman
On Wed, 2019-07-03 at 17:03:54 UTC, "Naveen N. Rao" wrote: > Introduce macros to encode the DTL enable mask fields and use those > instead of hardcoding numbers. > > Acked-by: Nathan Lynch > Signed-off-by: Naveen N. Rao Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/5

[PATCH v3 1/9] powerpc/pseries: Use macros for referring to the DTL enable mask

2019-07-03 Thread Naveen N. Rao
Introduce macros to encode the DTL enable mask fields and use those instead of hardcoding numbers. Acked-by: Nathan Lynch Signed-off-by: Naveen N. Rao --- arch/powerpc/include/asm/lppaca.h | 11 +++ arch/powerpc/platforms/pseries/dtl.c | 8 +--- arch/powerpc/platforms/pserie