Patch 1 fixes a bug that results in unexpected flag bit in ibm,dynamic-memory-v2 DT property and wrong number of entries getting created in the same property during hotplug.
Patch 2 can be optionally considered. It renames DRMEM_LMB_RESERVED to DRMEM_LMB_ISOLATED. May be it could be renamed to even more appropriate name. Bharata B Rao (2): powerpc,drmem: Fix unexpected flag value in ibm,dynamic-memory-v2 powerpc,drmem: Rename DRMEM_LMB_RESERVED to DRMEM_LMB_ISOLATED arch/powerpc/include/asm/drmem.h | 14 ++++----- arch/powerpc/mm/drmem.c | 8 ++--- arch/powerpc/platforms/pseries/hotplug-memory.c | 40 ++++++++++++------------- 3 files changed, 31 insertions(+), 31 deletions(-) -- 2.7.4