Re: [PATCH 05/18] powerpc/numa: make vphn_enabled, prrn_enabled flags const

2020-06-23 Thread Srikar Dronamraju
* Nathan Lynch [2020-06-12 00:12:25]: > Previous changes have made it so these flags are never changed; > enforce this by making them const. > > Signed-off-by: Nathan Lynch > --- Looks good to me. Reviewed-by: Srikar Dronamraju > arch/powerpc/mm/numa.c | 4 ++-- > 1 file changed, 2

[PATCH 05/18] powerpc/numa: make vphn_enabled, prrn_enabled flags const

2020-06-11 Thread Nathan Lynch
Previous changes have made it so these flags are never changed; enforce this by making them const. Signed-off-by: Nathan Lynch --- arch/powerpc/mm/numa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c index