Re: [PATCH] powerpc/pseries: Export maximum memory value

2018-10-22 Thread Aravinda Prasad
On Wednesday 10 October 2018 09:50 PM, Nathan Fontenot wrote: > On 10/10/2018 05:22 AM, Aravinda Prasad wrote: >> This patch exports the maximum possible amount of memory >> configured on the system via /proc/powerpc/lparcfg. >> >> Signed-off-by: Aravinda Prasad >> --- >> arch/powerpc/platform

Re: [PATCH] powerpc/pseries: Export maximum memory value

2018-10-16 Thread Aravinda Prasad
On Wednesday 10 October 2018 10:19 PM, Naveen N. Rao wrote: > Nathan Fontenot wrote: >> On 10/10/2018 05:22 AM, Aravinda Prasad wrote: >>> This patch exports the maximum possible amount of memory >>> configured on the system via /proc/powerpc/lparcfg. >>> >>> Signed-off-by: Aravinda Prasad >>>

Re: [PATCH] powerpc/pseries: Export maximum memory value

2018-10-10 Thread Naveen N. Rao
Nathan Fontenot wrote: On 10/10/2018 05:22 AM, Aravinda Prasad wrote: This patch exports the maximum possible amount of memory configured on the system via /proc/powerpc/lparcfg. Signed-off-by: Aravinda Prasad --- arch/powerpc/platforms/pseries/lparcfg.c | 13 + 1 file changed,

Re: [PATCH] powerpc/pseries: Export maximum memory value

2018-10-10 Thread Nathan Fontenot
On 10/10/2018 05:22 AM, Aravinda Prasad wrote: > This patch exports the maximum possible amount of memory > configured on the system via /proc/powerpc/lparcfg. > > Signed-off-by: Aravinda Prasad > --- > arch/powerpc/platforms/pseries/lparcfg.c | 13 + > 1 file changed, 13 insertion

[PATCH] powerpc/pseries: Export maximum memory value

2018-10-10 Thread Aravinda Prasad
This patch exports the maximum possible amount of memory configured on the system via /proc/powerpc/lparcfg. Signed-off-by: Aravinda Prasad --- arch/powerpc/platforms/pseries/lparcfg.c | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/powerpc/platforms/pseries/lparcfg.c