Nathan Fontenot <nf...@linux.vnet.ibm.com> writes: > This patch set provides a set of updates to de-couple the LMB information > provided in the ibm,dynamic-memory device tree property from the device > tree property format. The goal is to provide a data set of LMB information > so that consumners of this data do not need to understand and provide > multiple parsing routines for the supported device tree property formats.
Couple of build problems in this series. The non-pseries build dies with: arch/powerpc/kernel/prom.c:541:4: error: implicit declaration of function 'early_init_dt_scan_drmem_lmbs' [-Werror=implicit-function-declaration] And pseries dies with: arch/powerpc/platforms/pseries/hotplug-memory.c:860:21: error: 'lmbs_available' may be used uninitialized in this function [-Werror=maybe-uninitialized] cheers