Port-amd64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Linux on NVMM



Le 16/11/2019 à 18:38, Jared McNeill a écrit :
This fixes it, ok to commit?

Index: nvmm_x86.c
===================================================================
RCS file: /cvsroot/src/sys/dev/nvmm/x86/nvmm_x86.c,v
retrieving revision 1.7
diff -u -p -r1.7 nvmm_x86.c
--- nvmm_x86.c    15 May 2019 04:39:52 -0000    1.7
+++ nvmm_x86.c    16 Nov 2019 17:37:03 -0000
@@ -292,7 +292,7 @@ const struct nvmm_x86_cpuid_mask nvmm_cp
      .eax = ~0,
      .ebx = ~0,
      .ecx =
-        /* Excluded: SVM, EAPIC, OSVW. */
+        /* Excluded: SVM, EAPIC, OSVW, MWAITX. */
          CPUID_LAHF | CPUID_CMPLEGACY |
          CPUID_ALTMOVCR0 | CPUID_LZCNT |
          CPUID_SSE4A | CPUID_MISALIGNSSE |
@@ -304,7 +304,7 @@ const struct nvmm_x86_cpuid_mask nvmm_cp
          CPUID_TOPOEXT | CPUID_PCEC |
          CPUID_PCENB | CPUID_SPM |
          CPUID_DBE | CPUID_PTSC |
-        CPUID_L2IPERFC | CPUID_MWAITX,
+        CPUID_L2IPERFC,
      .edx =
          /* Excluded: RDTSCP. */
          CPUID_SYSCALL | CPUID_MPC |

Yes, thanks, I've committed the same just now (I saw your email above only after
committing -- I committed the exact same thing, so that's fine). Will pullup9.

I should buy a recent AMD someday.

Do you also intend to run Windows 64bit?


Home | Main Index | Thread Index | Old Index