diff options
-rw-r--r-- | sys/amd64/conf/XENHVM | 2 | ||||
-rw-r--r-- | sys/i386/conf/XENHVM | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/amd64/conf/XENHVM b/sys/amd64/conf/XENHVM index e5fc0496f92a..ee745ec19443 100644 --- a/sys/amd64/conf/XENHVM +++ b/sys/amd64/conf/XENHVM @@ -6,8 +6,6 @@ include GENERIC ident XENHVM -makeoptions MODULES_OVERRIDE="" - # # Adaptive locks rely on a lock-free pointer read to determine the run state # of the thread holding a lock when under contention; under a virtualisation diff --git a/sys/i386/conf/XENHVM b/sys/i386/conf/XENHVM index 672716bfa14d..9e1b52ef407e 100644 --- a/sys/i386/conf/XENHVM +++ b/sys/i386/conf/XENHVM @@ -6,8 +6,6 @@ include GENERIC ident XENHVM -makeoptions MODULES_OVERRIDE="" - # # Adaptive locks rely on a lock-free pointer read to determine the run state # of the thread holding a lock when under contention; under a virtualisation |