diff options
author | Venki Pallipadi <venkatesh.pallipadi@intel.com> | 2008-03-24 17:22:35 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:20 -0400 |
commit | 042b78e4dbb8919a59e77ba5d502a5a14405dea1 (patch) | |
tree | 77cf323680188e958e1e59f074161d8715313172 /arch/x86/Kconfig | |
parent | 6997ab4982a29925e79f72c3a59823cf944c3529 (diff) |
x86: PAT infrastructure patch, documentation updates
Fix double help section in PAT Kconfig. Thanks to Randy Dunlap for catching
this bug.
Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5b46756e4c7c..629923126653 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1015,12 +1015,12 @@ config X86_PAT | |||
1015 | depends on MTRR && NONPROMISC_DEVMEM | 1015 | depends on MTRR && NONPROMISC_DEVMEM |
1016 | help | 1016 | help |
1017 | Use PAT attributes to setup page level cache control. | 1017 | Use PAT attributes to setup page level cache control. |
1018 | ---help--- | 1018 | |
1019 | PATs are the modern equivalents of MTRRs and are much more | 1019 | PATs are the modern equivalents of MTRRs and are much more |
1020 | flexible than MTRRs. | 1020 | flexible than MTRRs. |
1021 | 1021 | ||
1022 | Say N here if you see bootup problems (boot crash, boot hang, | 1022 | Say N here if you see bootup problems (boot crash, boot hang, |
1023 | spontaneous reboots) or a non-working Xorg. | 1023 | spontaneous reboots) or a non-working video driver. |
1024 | 1024 | ||
1025 | If unsure, say Y. | 1025 | If unsure, say Y. |
1026 | 1026 | ||