Skip to content
  • Yinghai Lu's avatar
    x86: Fix non-bootmem compilation on PowerPC · 2ee78f7b
    Yinghai Lu authored
    
    
    These build errors on some non-x86 platforms (PowerPC for example):
    
     mm/page_alloc.c: In function '__alloc_memory_core_early':
       mm/page_alloc.c:3468: error: implicit declaration of function 'find_early_area'
       mm/page_alloc.c:3483: error: implicit declaration of function 'reserve_early_without_check'
    
    The function is only needed on CONFIG_NO_BOOTMEM.
    
    Signed-off-by: default avatarYinghai Lu <yinghai@kernel.org>
    Cc: Andrew Morton <akpm@linux-foundation.org>
    Cc: Johannes Weiner <hannes@saeurebad.de>
    Cc: Mel Gorman <mel@csn.ul.ie>
    LKML-Reference: <4B747239.4070907@kernel.org>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    2ee78f7b