x86, cpu: Clean up AMD erratum 400 workaround
[linux-2.6-block.git] / arch / x86 / kernel / cpu / amd.c
index 80665410b064cb79c32396eea1eacd8d76f19139..a62a4ae7a11ae532c524e0ad459920ce8d625ebd 100644 (file)
@@ -628,6 +628,11 @@ cpu_dev_register(amd_cpu_dev);
  *                        AMD_MODEL_RANGE(0x10, 0x9, 0x0, 0x9, 0x0));
  */
 
+const int amd_erratum_400[] =
+       AMD_OSVW_ERRATUM(1, AMD_MODEL_RANGE(0xf, 0x41, 0x2, 0xff, 0xf),
+                           AMD_MODEL_RANGE(0x10, 0x2, 0x1, 0xff, 0xf));
+
+
 bool cpu_has_amd_erratum(const int *erratum)
 {
        struct cpuinfo_x86 *cpu = &current_cpu_data;