Re: [patch 02/13] x86: PAT infrastructure patch

From: Randy Dunlap
Date: Wed Mar 19 2008 - 17:40:49 EST


On Tue, 18 Mar 2008 17:00:14 -0700 venkatesh.pallipadi@xxxxxxxxx wrote:

diffstat would be very nice to have.


> Index: linux-2.6-x86.git/arch/x86/Kconfig
> ===================================================================
> --- linux-2.6-x86.git.orig/arch/x86/Kconfig 2008-03-17 11:06:47.000000000 -0700
> +++ linux-2.6-x86.git/arch/x86/Kconfig 2008-03-17 11:06:51.000000000 -0700
> @@ -1013,6 +1013,21 @@
>
> See <file:Documentation/mtrr.txt> for more information.
>
> +config X86_PAT
> + def_bool y
> + prompt "x86 PAT support"
> + depends on MTRR && NONPROMISC_DEVMEM
> + help
> + Use PAT attributes to setup page level cache control.
> + ---help---
> + PATs are the modern equivalents of MTRRs and are much more
> + flexible than MTRRs.
> +

Do 2 help sections actually work? We don't usually do that.
Just change the second one to a blank line.

> + Say N here if you see bootup problems (boot crash, boot hang,
> + spontaneous reboots) or a non-working Xorg.

Maybe "a non-working Xorg video driver" ?
or even omit Xorg and just say video driver?

> +
> + If unsure, say Y.
> +
> config EFI
> def_bool n
> prompt "EFI runtime service support"


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