aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h
diff options
context:
space:
mode:
authorJohannes Weiner <hannes@saeurebad.de>2008-04-21 22:35:29 +0000
committerJesper Juhl <juhl@hera.kernel.org>2008-04-21 22:35:29 +0000
commit218ff137bc67252694420563d23d051ab9227f17 (patch)
treec1005fb94ea7ef2c9ef418b6fa3d0d8f159d45c2 /include/linux/mmzone.h
parentMAINTAINERS: Clarify access to OCFS2 development mailing list. (diff)
downloadlinux-dev-218ff137bc67252694420563d23d051ab9227f17.tar.xz
linux-dev-218ff137bc67252694420563d23d051ab9227f17.zip
Remove unused MAX_NODES_SHIFT
MAX_NODES_SHIFT is not referenced anywhere in the tree, so dump it. Signed-off-by: Johannes Weiner <hannes@saeurebad.de> Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r--include/linux/mmzone.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index 8d8d1977736e..9f274a687c7e 100644
--- a/include/linux/mmzone.h
+++ b/include/linux/mmzone.h
@@ -699,7 +699,6 @@ extern char numa_zonelist_order[];
extern struct pglist_data contig_page_data;
#define NODE_DATA(nid) (&contig_page_data)
#define NODE_MEM_MAP(nid) mem_map
-#define MAX_NODES_SHIFT 1
#else /* CONFIG_NEED_MULTIPLE_NODES */