diff options
| author | Dave Jones <davej@redhat.com> | 2011-08-04 13:53:04 -0400 |
|---|---|---|
| committer | Dave Jones <davej@redhat.com> | 2011-08-04 13:53:04 -0400 |
| commit | 6d621fbb5788ec02386ab16bdb49d3758107133d (patch) | |
| tree | 70532783fca8f9d0e0628bac7fc2e439749e28bd /neuter_intel_microcode_load.patch | |
| parent | 8e3ae989b3feba97db709d667ae39fbe2c7ace31 (diff) | |
| download | kernel-6d621fbb5788ec02386ab16bdb49d3758107133d.tar.gz kernel-6d621fbb5788ec02386ab16bdb49d3758107133d.tar.xz kernel-6d621fbb5788ec02386ab16bdb49d3758107133d.zip | |
Drop neuter_intel_microcode_load.patch (rhbz 690930)
Diffstat (limited to 'neuter_intel_microcode_load.patch')
| -rw-r--r-- | neuter_intel_microcode_load.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/neuter_intel_microcode_load.patch b/neuter_intel_microcode_load.patch deleted file mode 100644 index 2766e439..00000000 --- a/neuter_intel_microcode_load.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff --git a/arch/x86/kernel/microcode_intel.c b/arch/x86/kernel/microcode_intel.c -index ebd193e..c57024a 100644 ---- a/arch/x86/kernel/microcode_intel.c -+++ b/arch/x86/kernel/microcode_intel.c -@@ -453,9 +453,18 @@ static void microcode_fini_cpu(int cpu) - uci->mc = NULL; - } - -+/* we don't ship the broken out files... -+ * instead, we'll just fail here, and load it with microcode_ctl -+ */ -+static enum ucode_state noop_request_microcode_fw(int cpu, -+ struct device *device) -+{ -+ return UCODE_NFOUND; -+} -+ - static struct microcode_ops microcode_intel_ops = { - .request_microcode_user = request_microcode_user, -- .request_microcode_fw = request_microcode_fw, -+ .request_microcode_fw = noop_request_microcode_fw, - .collect_cpu_info = collect_cpu_info, - .apply_microcode = apply_microcode, - .microcode_fini_cpu = microcode_fini_cpu, |
