From: Nishanth Aravamudan Date: Thu, 24 Jul 2008 04:27:39 +0000 (-0700) Subject: mm: remove mm_init compilation dependency on CONFIG_DEBUG_MEMORY_INIT X-Git-Tag: v2.6.27-rc1~800 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e9426abe209cf134adbbd62c5e73ef534eb73e9;p=pandora-kernel.git mm: remove mm_init compilation dependency on CONFIG_DEBUG_MEMORY_INIT Towards the end of putting all core mm initialization in mm_init.c, I plan on putting the creation of a mm kobject in a function in that file. However, the file is currently only compiled if CONFIG_DEBUG_MEMORY_INIT is set. Remove this dependency, but put the code under an #ifdef on the same config option. This should result in no functional changes. Signed-off-by: Nishanth Aravamudan Cc: Nick Piggin Cc: Mel Gorman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed