[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080428200220.GA15840@elte.hu>
Date: Mon, 28 Apr 2008 22:02:20 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Cyrill Gorcunov <gorcunov@...il.com>
Cc: "H. Peter Anvin" <hpa@...or.com>,
Markus Metzger <markus.t.metzger@...el.com>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] x86: DS cleanup - dont treat 0 as NULL
* Cyrill Gorcunov <gorcunov@...il.com> wrote:
> Signed-off-by: Cyrill Gorcunov <gorcunov@...il.com>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists