All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andi Kleen <ak@suse.de>
To: "Jan Beulich" <jbeulich@novell.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] x86: fix MTRR code
Date: 15 Nov 2006 17:43:12 +0100	[thread overview]
Message-ID: <p73ac2sd5jz.fsf@bingen.suse.de> (raw)
In-Reply-To: <455B3D8B.76E4.0078.0@novell.com>

"Jan Beulich" <jbeulich@novell.com> writes:

> While after a previous submission (about one and a half year ago) I got
> told that the MTRR code is to be replaced by PAT use, this hasn't

Work is going on, patches exist, but do need more work and more
testing. I hope to put a subset (without new user interface) into -mm* for 
testing soon.

> happened. Hence I'd like to ask to reconsider this patch until PAT
> handling code shows up.

Added thanks.

Next time please only do one change / patch please.

I also got one reject in generic.c for

-       if (base + size < 0x100) {
+       if (base < 0x100) {

but I hope that's ok

-Andi


  reply	other threads:[~2006-11-15 16:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-15 15:17 [PATCH] x86: fix MTRR code Jan Beulich
2006-11-15 16:43 ` Andi Kleen [this message]
2006-11-15 16:48   ` Jan Beulich

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=p73ac2sd5jz.fsf@bingen.suse.de \
    --to=ak@suse.de \
    --cc=jbeulich@novell.com \
    --cc=linux-kernel@vger.kernel.org \
    /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.