mm/memblock.c: use CONFIG_HAVE_MEMBLOCK_NODE_MAP to protect movablecore_map in memblo...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / memblock.h
index dfefaf111c0ed4e08fecddd71c1f02bfd69d03cc..3e5ecb2d790e9520e43c6ac370b8765b011a8502 100644 (file)
@@ -61,6 +61,7 @@ int memblock_reserve(phys_addr_t base, phys_addr_t size);
 void memblock_trim_memory(phys_addr_t align);
 
 #ifdef CONFIG_HAVE_MEMBLOCK_NODE_MAP
+
 void __next_mem_pfn_range(int *idx, int nid, unsigned long *out_start_pfn,
                          unsigned long *out_end_pfn, int *out_nid);