| commit | 11369f356b66d363a615fde2c5526962f7683674 | [log] [tgz] |
|---|---|---|
| author | Mike Travis <travis@sgi.com> | Tue Jul 08 14:35:21 2008 -0700 |
| committer | Ingo Molnar <mingo@elte.hu> | Sun Jul 13 19:11:58 2008 +0200 |
| tree | 9723013073973c413e7cde295e99221ff40afca3 | |
| parent | ce8b06b985ae48f9425de6e4641e77cb3613ef00 [diff] |
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 <travis@sgi.com>
Cc: "akpm@linux-foundation.org" <akpm@linux-foundation.org>
Cc: Yinghai Lu <yhlu.kernel@gmail.com>
Acked-by: Vegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>