aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/numa_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/mm/numa_64.c')
-rw-r--r--arch/x86/mm/numa_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/numa_64.c b/arch/x86/mm/numa_64.c
index 551e3590e5c..650001a87c8 100644
--- a/arch/x86/mm/numa_64.c
+++ b/arch/x86/mm/numa_64.c
@@ -626,7 +626,7 @@ void __init init_cpu_to_node(void)
626 int i; 626 int i;
627 627
628 for (i = 0; i < NR_CPUS; i++) { 628 for (i = 0; i < NR_CPUS; i++) {
629 u8 apicid = x86_cpu_to_apicid_init[i]; 629 u16 apicid = x86_cpu_to_apicid_init[i];
630 630
631 if (apicid == BAD_APICID) 631 if (apicid == BAD_APICID)
632 continue; 632 continue;