x86, doc, kconfig: Fix dud URL for Microcode data
authorAlan <gnomes@lxorguk.ukuu.org.uk>
Mon, 20 Jan 2014 18:01:56 +0000 (18:01 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 20 Jan 2014 18:12:29 +0000 (10:12 -0800)
The actual data lives in the Intel download center, and that ought to also
be a reliable way to continue to find it. Unfortunately the actual URL
needed for doing it directly is about a foot long so give instructions.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Link: http://lkml.kernel.org/r/20140120180056.7173.62222.stgit@alan.etchedpixels.co.uk
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/Kconfig

index 0952ecd60ecaf7e8fcadb4360731ba22dea22c22..64199bc08d6673183af4ca3c79e67303511616d9 100644 (file)
@@ -1064,9 +1064,9 @@ config MICROCODE_INTEL
          This options enables microcode patch loading support for Intel
          processors.
 
-         For latest news and information on obtaining all the required
-         Intel ingredients for this driver, check:
-         <http://www.urbanmyth.org/microcode/>.
+         For the current Intel microcode data package go to
+         <https://downloadcenter.intel.com> and search for
+         'Linux Processor Microcode Data File'.
 
 config MICROCODE_AMD
        bool "AMD microcode loading support"