fix: remove Intel extended page table (ept) flag from macOS

This commit is contained in:
Martin Wimpress 2024-05-16 10:08:59 +01:00 committed by Martin Wimpress
parent da42a211d6
commit 8d8c31e136
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,7 @@ function configure_os_quirks() {
esac
if [ "${HOST_CPU_VENDOR}" != "GenuineIntel" ] && [ -z "${HYPERVISOR}" ]; then
for FLAG in abm adx aes amd-ssbd bmi1 bmi2 cx8 eist ept_1gb f16c fma invtsc \
for FLAG in abm adx aes amd-ssbd bmi1 bmi2 cx8 eist f16c fma invtsc \
mmx movbe mpx pdpe1gb popcnt smep vaes vbmi2 vpclmulqdq \
xgetbv1 xsave xsaveopt; do
if check_cpu_flag "${FLAG}"; then