Re: powerpc/pseries: Export maximum memory value

2018-10-30 Thread Michael Ellerman
On Wed, 2018-10-10 at 10:22:59 UTC, 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 Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/772b039fd9a7e12d5fc80e

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