Re: [PATCH 10/26] x86-64, NUMA: Move apicid to numa mapping initializationfrom amd_scan_nodes() to amd_numa_init()

From: Cyrill Gorcunov
Date: Tue Feb 15 2011 - 13:02:07 EST


On 02/15/2011 08:54 PM, Yinghai Lu wrote:
...

could just change

- if (boot_cpu_physical_apicid> 0) {
+ if (boot_cpu_physical_apicid != -1U) {
pr_info("BSP APIC ID: %02x\n", boot_cpu_physical_apicid);
apicid_base = boot_cpu_physical_apicid;
}

Thanks

Yinghai

yup, that is exactly what Tejun suggested in first place ;) I'll update to
this form and add your Acked-by then, ok?

--
Cyrill
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/