Re: [PATCH 4/5] [PPC] update lmb for hotplug memory add/remove

2008-05-14 Thread Benjamin Herrenschmidt
On Thu, 2008-03-27 at 16:39 -0800, Badari Pulavarty wrote: > ppc kernel maintains information about logical memory blocks in > lmb.memory structure at the boot time. Its not updated for > hotplug memory add/remove. hotplug memory notifier for memory > add/remove now updates lmb.memory. > > This i

Re: [PATCH 4/5] [PPC] update lmb for hotplug memory add/remove

2008-03-28 Thread Badari Pulavarty
Kumar Gala wrote: On Mar 27, 2008, at 7:39 PM, Badari Pulavarty wrote: ppc kernel maintains information about logical memory blocks in lmb.memory structure at the boot time. Its not updated for hotplug memory add/remove. hotplug memory notifier for memory add/remove now updates lmb.memory. Thi

Re: [PATCH 4/5] [PPC] update lmb for hotplug memory add/remove

2008-03-27 Thread Kumar Gala
On Mar 27, 2008, at 7:39 PM, Badari Pulavarty wrote: ppc kernel maintains information about logical memory blocks in lmb.memory structure at the boot time. Its not updated for hotplug memory add/remove. hotplug memory notifier for memory add/remove now updates lmb.memory. This information is us

[PATCH 4/5] [PPC] update lmb for hotplug memory add/remove

2008-03-27 Thread Badari Pulavarty
ppc kernel maintains information about logical memory blocks in lmb.memory structure at the boot time. Its not updated for hotplug memory add/remove. hotplug memory notifier for memory add/remove now updates lmb.memory. This information is useful for eHEA driver to find out the memory layout and

[PATCH 4/5] [PPC] update lmb for hotplug memory add/remove

2008-03-06 Thread Badari Pulavarty
ppc kernel maintains information about logical memory blocks in lmb.memory structure at the boot time. Its not updated for hotplug memory add/remove. hotplug memory notifier for memory add/remove now updates lmb.memory. This information is useful for eHEA driver to find out the memory layout and