login
Header Space

 
 

Re: [PATCH 3/3 (RFC)](memory hotplug) align maps for easy removing

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Yinghai Lu <yhlu.kernel@...>
Cc: Badari Pulavarty <pbadari@...>, Linux Kernel ML <linux-kernel@...>, linux-mm <linux-mm@...>, Andrew Morton <akpm@...>
Date: Saturday, March 15, 2008 - 12:12 am

> >  Index: current/mm/sparse.c


Yes, they can share one page. 

I was afraid its page will be hard to remove yesterday.
If all sections' usemaps are allocated on section A,
the other sections (from B to Z) must be removed before section A.
If only one of them are busy, section A can't be removed.
So, I disliked its dependency.

But, I reconsidered it after reading your mail.
The node structures like pgdat has same feature.
If a section has pgdat for the node, it must wait for other section's
removing on the node. So, I'll try to keep same section about pgdat
and shared usemap page.

Anyway, thanks for your comments. 

Bye.

-- 
Yasunori Goto 


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 3/3 (RFC)](memory hotplug) align maps for easy re..., Yasunori Goto, (Sat Mar 15, 12:12 am)
speck-geostationary