On 10/06/2017 04:58 PM, Michael Ellerman wrote: > 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 >
Ugh! I was hoping I had tried all permutations. Obviously I missed some. I'll send out an updated patch set after fixing the build issues. -Nathan