x86: change _node_to_cpumask_ptr to return const ptr
authorMike Travis <travis@sgi.com>
Tue, 8 Jul 2008 21:35:21 +0000 (14:35 -0700)
committerIngo Molnar <mingo@elte.hu>
Sun, 13 Jul 2008 17:11:58 +0000 (19:11 +0200)
  * 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>

No differences found