From: Volodymyr G. Lukiianyk Date: Thu, 13 Jan 2011 23:46:26 +0000 (-0800) Subject: mm: set correct numa_zonelist_order string when configured on the kernel command... X-Git-Tag: v2.6.38-rc1~173 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecb256f815232b35ae8382cff36ca8ce0bbd077e;p=pandora-kernel.git mm: set correct numa_zonelist_order string when configured on the kernel command line When numa_zonelist_order parameter is set to "node" or "zone" on the command line it's still showing as "default" in sysctl. That's because early_param parsing function changes only user_zonelist_order variable. Fix this by copying user-provided string to numa_zonelist_order if it was successfully parsed. Signed-off-by: Volodymyr G Lukiianyk Acked-by: KAMEZAWA Hiroyuki Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed