From 0eb642779dd76e1e9bb7237ccea147de6e80d6a8 Mon Sep 17 00:00:00 2001 From: Jack Steiner Date: Thu, 2 Mar 2006 16:02:28 -0600 Subject: [PATCH] --- yaml --- r: 23756 b: refs/heads/master c: a9de98351436b25b3c2f234addb6d66a6a6f42f8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/ia64/kernel/numa.c | 2 +- trunk/include/asm-ia64/numa.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index bb412825056f..4d817c05569b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3ad5ef8b9d0d0cc2d4b2c63e766ef903d482dfc7 +refs/heads/master: a9de98351436b25b3c2f234addb6d66a6a6f42f8 diff --git a/trunk/arch/ia64/kernel/numa.c b/trunk/arch/ia64/kernel/numa.c index a68ce6678092..0766493d4d00 100644 --- a/trunk/arch/ia64/kernel/numa.c +++ b/trunk/arch/ia64/kernel/numa.c @@ -25,7 +25,7 @@ #include #include -u8 cpu_to_node_map[NR_CPUS] __cacheline_aligned; +u16 cpu_to_node_map[NR_CPUS] __cacheline_aligned; EXPORT_SYMBOL(cpu_to_node_map); cpumask_t node_to_cpu_mask[MAX_NUMNODES] __cacheline_aligned; diff --git a/trunk/include/asm-ia64/numa.h b/trunk/include/asm-ia64/numa.h index 3ae128fe0823..dae6aeb7b119 100644 --- a/trunk/include/asm-ia64/numa.h +++ b/trunk/include/asm-ia64/numa.h @@ -23,7 +23,7 @@ #include -extern u8 cpu_to_node_map[NR_CPUS] __cacheline_aligned; +extern u16 cpu_to_node_map[NR_CPUS] __cacheline_aligned; extern cpumask_t node_to_cpu_mask[MAX_NUMNODES] __cacheline_aligned; /* Stuff below this line could be architecture independent */