From: Mike Travis Date: Tue, 8 Jul 2008 21:35:21 +0000 (-0700) Subject: x86: change _node_to_cpumask_ptr to return const ptr X-Git-Tag: v2.6.27-rc1~1106^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11369f356b66d363a615fde2c5526962f7683674;p=pandora-kernel.git x86: change _node_to_cpumask_ptr to return const ptr * Strengthen the return type for the _node_to_cpumask_ptr to be a const pointer. This adds compiler checking to insure that node_to_cpumask_map[] is not changed inadvertently. Signed-off-by: Mike Travis Cc: "akpm@linux-foundation.org" Cc: Yinghai Lu Acked-by: Vegard Nossum Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed