diff options
author | Jaak Ristioja <jaak@ristioja.ee> | 2018-02-09 12:22:16 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-03-27 10:51:23 +0300 |
commit | 1897a9691e384f6e30b8e8e30fc75d00e402e0ca (patch) | |
tree | 3f9da4c9657758cb6b8e20c5d5c7c80a55d96e24 /Documentation/x86/00-INDEX | |
parent | 13cf912b2da3d79377d8335492077b7225ce67f9 (diff) | |
download | linux-1897a9691e384f6e30b8e8e30fc75d00e402e0ca.tar.xz |
Documentation: Fix early-microcode.txt references after file rename
The file Documentation/x86/early-microcode.txt was renamed to
Documentation/x86/microcode.txt in 0e3258753f81, but it was still
referenced by its old name in a three places:
* Documentation/x86/00-INDEX
* arch/x86/Kconfig
* arch/x86/kernel/cpu/microcode/amd.c
This commit updates these references accordingly.
Fixes: 0e3258753f81 ("x86/microcode: Document the three loading methods")
Signed-off-by: Jaak Ristioja <jaak@ristioja.ee>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/x86/00-INDEX')
-rw-r--r-- | Documentation/x86/00-INDEX | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/x86/00-INDEX b/Documentation/x86/00-INDEX index 692264456f0f..3bb2ee3edcd1 100644 --- a/Documentation/x86/00-INDEX +++ b/Documentation/x86/00-INDEX @@ -2,14 +2,14 @@ - this file boot.txt - List of boot protocol versions -early-microcode.txt - - How to load microcode from an initrd-CPIO archive early to fix CPU issues. earlyprintk.txt - Using earlyprintk with a USB2 debug port key. entry_64.txt - Describe (some of the) kernel entry points for x86. exception-tables.txt - why and how Linux kernel uses exception tables on x86 +microcode.txt + - How to load microcode from an initrd-CPIO archive early to fix CPU issues. mtrr.txt - how to use x86 Memory Type Range Registers to increase performance pat.txt |