commit | df3825c56dd70a4d7796041388f3cfe51c1db832 | [log] [tgz] |
---|---|---|
author | travis@sgi.com <travis@sgi.com> | Wed Jan 30 13:33:11 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:33:11 2008 +0100 |
tree | 6110ef6ce26704679b9d13399e2aa368f3430126 | |
parent | 3b41908902df1dba141cd7de1a727bb03718a654 [diff] |
x86: change NR_CPUS arrays in numa_64 Change the following static arrays sized by NR_CPUS to per_cpu data variables: char cpu_to_node_map[NR_CPUS]; Signed-off-by: Mike Travis <travis@sgi.com> Reviewed-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>