aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memblock.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2010-07-06 15:39:00 -0700
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2010-08-05 12:56:06 +1000
commit27f574c223d2c09610058b3ec7a29582d63a3e06 (patch)
tree2689c93200504ff0d8734be50a8ca329607d8807 /mm/memblock.c
parentc3f72b5706716ada7923def513486ab7bb3a5301 (diff)
downloadkernel_samsung_smdk4412-27f574c223d2c09610058b3ec7a29582d63a3e06.tar.gz
kernel_samsung_smdk4412-27f574c223d2c09610058b3ec7a29582d63a3e06.tar.bz2
kernel_samsung_smdk4412-27f574c223d2c09610058b3ec7a29582d63a3e06.zip
memblock: Expose MEMBLOCK_ALLOC_ANYWHERE
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'mm/memblock.c')
-rw-r--r--mm/memblock.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/memblock.c b/mm/memblock.c
index e264e8c7089..0131684c42f 100644
--- a/mm/memblock.c
+++ b/mm/memblock.c
@@ -15,8 +15,6 @@
#include <linux/bitops.h>
#include <linux/memblock.h>
-#define MEMBLOCK_ALLOC_ANYWHERE 0
-
struct memblock memblock;
static int memblock_debug;