From: Alan Date: Mon, 20 Jan 2014 18:01:56 +0000 (+0000) Subject: x86, doc, kconfig: Fix dud URL for Microcode data X-Git-Tag: v3.14-rc2~7^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b8989db9d82465bf38a48a4d3ef32e7d8afc4d08;p=kernel%2Fkernel-generic.git x86, doc, kconfig: Fix dud URL for Microcode data 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 Link: http://lkml.kernel.org/r/20140120180056.7173.62222.stgit@alan.etchedpixels.co.uk Signed-off-by: H. Peter Anvin --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 0952ecd..64199bc 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -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: - . + For the current Intel microcode data package go to + and search for + 'Linux Processor Microcode Data File'. config MICROCODE_AMD bool "AMD microcode loading support"