mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statements
authorzijun_hu <zijun_hu@htc.com>
Sat, 10 Sep 2016 10:34:11 +0000 (20:34 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sat, 10 Sep 2016 10:34:11 +0000 (20:34 +1000)
commit757fff20a940059b582c0f7ff098828391a43da8
tree7be37e7a615eefdcb6b7f02fe5c227e14073d303
parentdf1bcc3d2ca3ecdb5fd4e56f868bb50a773cebcb
mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statements

Fix the following bugs:

 - the same ARCH_LOW_ADDRESS_LIMIT statements are duplicated between
   header and relevant source

 - don't ensure ARCH_LOW_ADDRESS_LIMIT perhaps defined by ARCH in
   asm/processor.h is preferred over default in linux/bootmem.h
   completely since the former header isn't included by the latter

Link: http://lkml.kernel.org/r/e046aeaa-e160-6d9e-dc1b-e084c2fd999f@zoho.com
Signed-off-by: zijun_hu <zijun_hu@htc.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/bootmem.h
mm/nobootmem.c
This page took 0.024745 seconds and 5 git commands to generate.