Skip to content

Commit

Permalink
Remove unused MAX_NODES_SHIFT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Johannes Weiner authored and Jesper Juhl committed Apr 21, 2008
1 parent c0ff1f2 commit 218ff13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/mmzone.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 218ff13

Please sign in to comment.