Print this page
6116 FMT_CPUID_AMD_ECX is wrong

@@ -197,12 +197,12 @@
 #define CPUID_AMD_ECX_WDT       0x00002000      /* AMD: WDT */
 #define CPUID_AMD_ECX_TOPOEXT   0x00400000      /* AMD: Topology Extensions */
 
 #define FMT_CPUID_AMD_ECX                                       \
         "\20"                                                   \
-        "\22topoext"                                            \
-        "\14wdt\13skinit\12sse5\11ibs\10osvw\93dnp\8mas"        \
+        "\27topoext"                                            \
+        "\16wdt\15skinit\14sse5\13ibs\12osvw\0113dnp\10mas"     \
         "\7sse4a\6lzcnt\5cr8d\3svm\2lcmplgcy\1ahf64"
 
 /*
  * Intel now seems to have claimed part of the "extended" function
  * space that we previously for non-Intel implementors to use.