diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-07-27 04:54:22 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-28 16:46:49 +0400 |
commit | 7225e75144b9718cbbe1820d9c011c809d5773fd (patch) | |
tree | ca922d1fac696a4c41f94366d54846ac8849f49a /arch/x86/Kconfig | |
parent | a021e5124a6c57325ffb02a60cd1d5f40342f8aa (diff) | |
download | linux-7225e75144b9718cbbe1820d9c011c809d5773fd.tar.xz |
documentation: move mtrr.txt to Doc/x86/ subdir
Move mtrr.txt to the Documentation/x86/ subdirectory.
Add 00-INDEX to the Documentation/x86/ subdirectory.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 03980cb04291..06f935469d0b 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1131,7 +1131,7 @@ config MTRR You can safely say Y even if your machine doesn't have MTRRs, you'll just add about 9 KB to your kernel. - See <file:Documentation/mtrr.txt> for more information. + See <file:Documentation/x86/mtrr.txt> for more information. config MTRR_SANITIZER bool |