commit | 61fe47257aa9fa598163dda4a3938090bf7d95c6 | [log] [tgz] |
---|---|---|
author | Larry Bassel <lbassel@codeaurora.org> | Tue Jul 12 14:09:27 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 10:26:09 2011 -0700 |
tree | 8fd33d2589be9c5be3f2da6975b75102514d3654 | |
parent | b4f562ae36c45a1f0df24f7606e2eeb34f9a9aa3 [diff] |
msm: arch_add_memory should only perform logical memory hotplug The function arch_add_memory() should only perform logical memory hotplug, but it was also improperly performing physical memory hotplug. Even worse, it was adding pages to the free list before the memory bank they were in was powered on. Signed-off-by: Larry Bassel <lbassel@codeaurora.org>