All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>,
	Markus Metzger <markus.t.metzger@intel.com>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] x86: DS cleanup - dont treat 0 as NULL
Date: Mon, 28 Apr 2008 22:02:20 +0200	[thread overview]
Message-ID: <20080428200220.GA15840@elte.hu> (raw)
In-Reply-To: <20080428191504.GA6842@cvg>


* Cyrill Gorcunov <gorcunov@gmail.com> wrote:

> Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.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

  parent reply	other threads:[~2008-04-28 20:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-28 19:15 [PATCH] x86: DS cleanup - dont treat 0 as NULL Cyrill Gorcunov
2008-04-28 19:45 ` H. Peter Anvin
2008-04-28 19:46 ` H. Peter Anvin
2008-04-28 20:00   ` Cyrill Gorcunov
2008-04-28 20:02 ` Ingo Molnar [this message]
2008-04-29  6:23 ` David Newall
2008-04-29  6:38   ` H. Peter Anvin
2008-04-29 17:30     ` David Newall
2008-04-29  7:50   ` Cyrill Gorcunov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080428200220.GA15840@elte.hu \
    --to=mingo@elte.hu \
    --cc=gorcunov@gmail.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=markus.t.metzger@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.