[PATCH] powerpc/prom: bump up maximum size of properties

2012-02-24 Thread Nishanth Aravamudan
On a 16TB system (using AMS/CMO), I get: WARNING: ignoring large property [/ibm,dynamic-reconfiguration-memory] ibm,dynamic-memory length 0x0017ffec and significantly less memory is thus shown to the partition. As far as I can tell, the constant used is arbitrary, but bump it up to 2MB,

Re: [PATCH] powerpc/prom: bump up maximum size of properties

2012-02-26 Thread Benjamin Herrenschmidt
On Fri, 2012-02-24 at 16:23 -0800, Nishanth Aravamudan wrote: > On a 16TB system (using AMS/CMO), I get: > > WARNING: ignoring large property [/ibm,dynamic-reconfiguration-memory] > ibm,dynamic-memory length 0x0017ffec > > and significantly less memory is thus shown to the partition. As