diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2012-08-13 07:36:57 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2012-08-13 07:36:57 +0000 |
commit | 347c7fd7bf12d64faebb148b3bdc8c3b21c16273 (patch) | |
tree | e9a811a37b085bbefb9541f09688cdc8e16bbb90 | |
parent | 64f202fc7d3be4ec74ae83be6d30409a3d554034 (diff) |
Notes
-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 |