Re: [PATCH] powerpc/pseries: Don't give a warning when HPT resizing isn't available

2017-03-20 Thread Michael Ellerman
Michael Ellerman writes: > David Gibson writes: > >> As of 438cc81a41 "powerpc/pseries: Automatically resize HPT for memory hot >> add/remove" when running on the pseries platform, we always attempt to >> use the PAPR extension to resize the

Re: [PATCH] powerpc/pseries: Don't give a warning when HPT resizing isn't available

2017-03-20 Thread Michael Ellerman
Michael Ellerman writes: > David Gibson writes: > >> As of 438cc81a41 "powerpc/pseries: Automatically resize HPT for memory hot >> add/remove" when running on the pseries platform, we always attempt to >> use the PAPR extension to resize the hashed page table (HPT) when we add >> or remove

Re: [PATCH] powerpc/pseries: Don't give a warning when HPT resizing isn't available

2017-03-16 Thread Michael Ellerman
David Gibson writes: > As of 438cc81a41 "powerpc/pseries: Automatically resize HPT for memory hot > add/remove" when running on the pseries platform, we always attempt to > use the PAPR extension to resize the hashed page table (HPT) when we add > or remove memory. >

Re: [PATCH] powerpc/pseries: Don't give a warning when HPT resizing isn't available

2017-03-16 Thread Michael Ellerman
David Gibson writes: > As of 438cc81a41 "powerpc/pseries: Automatically resize HPT for memory hot > add/remove" when running on the pseries platform, we always attempt to > use the PAPR extension to resize the hashed page table (HPT) when we add > or remove memory. > > This is fine, but when the

[PATCH] powerpc/pseries: Don't give a warning when HPT resizing isn't available

2017-03-16 Thread David Gibson
As of 438cc81a41 "powerpc/pseries: Automatically resize HPT for memory hot add/remove" when running on the pseries platform, we always attempt to use the PAPR extension to resize the hashed page table (HPT) when we add or remove memory. This is fine, but when the extension is available we'll give

[PATCH] powerpc/pseries: Don't give a warning when HPT resizing isn't available

2017-03-16 Thread David Gibson
As of 438cc81a41 "powerpc/pseries: Automatically resize HPT for memory hot add/remove" when running on the pseries platform, we always attempt to use the PAPR extension to resize the hashed page table (HPT) when we add or remove memory. This is fine, but when the extension is available we'll give