|
@@ -848,9 +848,6 @@ static void __cpuinit identify_cpu(struct cpuinfo_x86 *c)
|
|
#if defined(CONFIG_NUMA) && defined(CONFIG_X86_64)
|
|
#if defined(CONFIG_NUMA) && defined(CONFIG_X86_64)
|
|
numa_add_cpu(smp_processor_id());
|
|
numa_add_cpu(smp_processor_id());
|
|
#endif
|
|
#endif
|
|
-
|
|
|
|
- /* Cap the iomem address space to what is addressable on all CPUs */
|
|
|
|
- iomem_resource.end &= (1ULL << c->x86_phys_bits) - 1;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
#ifdef CONFIG_X86_64
|
|
#ifdef CONFIG_X86_64
|