Re: [Patch 001/002] Make description of memory hotplug notifier in document

2007-10-11 Thread Yasunori Goto
> Looks good. Some suggestions on improving the wording. Thanks! I'll fix them. Bye. > > On Fri, 12 Oct 2007, Yasunori Goto wrote: > > > +MEMORY_GOING_ONLINE > > + This is notified before memory online. If some structures must be > > prepared > > + for new memory, it should be done at this

Re: [Patch 001/002] Make description of memory hotplug notifier in document

2007-10-11 Thread Christoph Lameter
Looks good. Some suggestions on improving the wording. On Fri, 12 Oct 2007, Yasunori Goto wrote: > +MEMORY_GOING_ONLINE > + This is notified before memory online. If some structures must be prepared > + for new memory, it should be done at this event's callback. > + The new onlining memory can

[Patch 001/002] Make description of memory hotplug notifier in document

2007-10-11 Thread Yasunori Goto
Add description about event notification callback routine to the document. Signed-off-by: Yasunori Goto <[EMAIL PROTECTED]> --- Documentation/memory-hotplug.txt | 56 --- 1 file changed, 53 insertions(+), 3 deletions(-) Index: current/Documentation/memory-