ANDROID: GKI: fix build error with mm/memory_hotplug.c and v5.15.144
In the 5.15.144 release, commit d9a9d8ef ("memblock: allow to specify flags with memblock_add_node()") changed the memblock_add_node() parameters, which broke the android build due to out-of-tree changes in mm/memory_hotplug.c. Fix this all up by passing in the proper parameters. Fixes: d9a9d8ef ("memblock: allow to specify flags with memblock_add_node()") Change-Id: I0d871bec82277823551c45cea23e970ff75c6238 Signed-off-by:Greg Kroah-Hartman <gregkh@google.com>
Loading