Re: [PATCH 0/1] x86: fix remove cpu_pda table patch

From: Ingo Molnar
Date: Tue Apr 29 2008 - 17:44:28 EST



* Mike Travis <travis@xxxxxxx> wrote:

> - prev_nmi_count = kmalloc(NR_CPUS * sizeof(int), GFP_KERNEL);
> + prev_nmi_count = kmalloc(nr_cpu_ids * sizeof(int), GFP_KERNEL);

yeah, that makes sense ... i'll reinstate your patches and check.

Ingo
--
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/