On Fri, 20 Jul 2018 12:16:05 -0700 Tony Luck <tony.luck@xxxxxxxxx> wrote: > On Tue, Jun 26, 2018 at 11:44 AM, Mathieu Malaterre <malat@xxxxxxxxxx> wrote: > > Because Makefile already does: > > > > obj-$(CONFIG_HAVE_MEMBLOCK) += memblock.o > > > > The #ifdef has been simplified from: > > > > #if defined(CONFIG_HAVE_MEMBLOCK) && defined(CONFIG_NO_BOOTMEM) > > > > to simply: > > > > #if defined(CONFIG_NO_BOOTMEM) > > Is this sitting in a queue somewhere ready to go to Linus? linux-next ;) > I don't see it upstream yet. For some brainfarty reason I had it for 4.19-rc1. Shall send it in today.