Re: [PATCH] x86: fix MTRR code

From: Jan Beulich
Date: Wed Nov 15 2006 - 11:47:56 EST


>I also got one reject in generic.c for
>
>- if (base + size < 0x100) {
>+ if (base < 0x100) {
>
>but I hope that's ok

Hmm, not really - it applied cleanly on 2.6.19-rc5.

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