Re: [PATCH v2] KSM: numa awareness sysfs knob
From: Cong Wang <hidden>
Date: 2012-06-29 13:04:15
From: Cong Wang <hidden>
Date: 2012-06-29 13:04:15
On Fri, 29 Jun 2012 at 11:49 GMT, Petr Holasek [off-list ref] wrote:
- root_unstable_tree = RB_ROOT; + for (i = 0; i < MAX_NUMNODES; i++) + root_unstable_tree[i] = RB_ROOT;
This is not aware of memory-hotplug, right? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>