ia64: switch to NO_BOOTMEM
authorMike Rapoport <rppt@linux.vnet.ibm.com>
Mon, 23 Jul 2018 05:56:58 +0000 (08:56 +0300)
committerTony Luck <tony.luck@intel.com>
Mon, 23 Jul 2018 18:32:36 +0000 (11:32 -0700)
commitf62800992e5917f2bed143dbcdce2501bc6933a9
tree93de6d99759cc4268ffb542e7fd284b691cc38a8
parentfb63fbee423afc6fa6f982d31c6894bb2da8f7ef
ia64: switch to NO_BOOTMEM

Since ia64 already uses memblock to register available physical memory it
is only required to move the calls to register_active_ranges() that wrap
memblock_add_node() earlier and replace bootmem memory reservations with
memblock_reserve(). Of course, all the code that find the place to put the
bootmem bitmap is removed.

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/Kconfig
arch/ia64/kernel/setup.c
arch/ia64/mm/contig.c
arch/ia64/mm/discontig.c