Re: [PATCH] x86: fix MTRR code

From: Andi Kleen
Date: Wed Nov 15 2006 - 11:43:42 EST


"Jan Beulich" <jbeulich@xxxxxxxxxx> 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

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