summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChuck Ebbert <cebbert@redhat.com>2011-05-12 19:35:21 -0400
committerChuck Ebbert <cebbert@redhat.com>2011-05-12 19:35:21 -0400
commitb19efb53ae009e5b91543d8c846d38625dc3eab0 (patch)
tree6cf46fa4ad086913d4feb0b909e2cf634f667997
parent52548dc13866e7fdd4b95f1abbc522d99758402f (diff)
downloadkernel-b19efb53ae009e5b91543d8c846d38625dc3eab0.tar.gz
kernel-b19efb53ae009e5b91543d8c846d38625dc3eab0.tar.xz
kernel-b19efb53ae009e5b91543d8c846d38625dc3eab0.zip
Fix description of AMD errata patch
-rw-r--r--x86-amd-fix-another-erratum-400-bug.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/x86-amd-fix-another-erratum-400-bug.patch b/x86-amd-fix-another-erratum-400-bug.patch
index f07e1a334..4afc0af6d 100644
--- a/x86-amd-fix-another-erratum-400-bug.patch
+++ b/x86-amd-fix-another-erratum-400-bug.patch
@@ -17,7 +17,7 @@ relied on that if it was present and usable.
Patch (2) switched the checking for erratum 400 to use the new
framework. But the original code checked for an explicit model range
-first, then used OSVW if the CPU was not within that range. Patch (1)
+first, then used OSVW if the CPU was not within that range. Patch (2)
also inexplicably added a second model range (for Family 10h) that
was never in the original code.