Re: [PATCH] x86: DS cleanup - dont treat 0 as NULL

From: Ingo Molnar
Date: Mon Apr 28 2008 - 16:03:05 EST



* Cyrill Gorcunov <gorcunov@xxxxxxxxx> wrote:

> Signed-off-by: Cyrill Gorcunov <gorcunov@xxxxxxxxx>

thanks Cyrill, applied.

> @@ -825,7 +825,7 @@ void __cpuinit ds_init_intel(struct cpuinfo_x86 *c)
> ds_configure(&ds_cfg_var);
> break;
> case 0xF: /* Core2 */
> - case 0x1C: /* Atom */
> + case 0x1C: /* Atom */
> ds_configure(&ds_cfg_64);
> break;

to me it looks like a typo, not a sign of any real bug/thinko. The
processor IDs there are a flat list.

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/