Fix missing numa_zonelist_order sysctl
authorLee Schermerhorn <Lee.Schermerhorn@hp.com>
Fri, 10 Aug 2007 20:00:51 +0000 (13:00 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 11 Aug 2007 22:47:40 +0000 (15:47 -0700)
commit8daec965e7035bbf8d364fe7585bffac7222b87a
tree4f0caacf9793e6a9b4fc54317b7023db3bec6e78
parent202a21d6914369c1362f1ab50f0cbe92b9c38718
Fix missing numa_zonelist_order sysctl

Misplaced #endif is hiding the numa_zonelist_order sysctl when !SECURITY.

Signed-off-by: Lee Schermerhorn <lee.schermerhorn@hp.com>
Cc: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sysctl.c