From 347c7fd7bf12d64faebb148b3bdc8c3b21c16273 Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Mon, 13 Aug 2012 07:36:57 +0000 Subject: [PATCH] Build modules along with the XENHVM kernels. No objections from: freebsd-xen mailing list MFC after: 1 week --- sys/amd64/conf/XENHVM | 2 -- sys/i386/conf/XENHVM | 2 -- 2 files changed, 4 deletions(-) diff --git a/sys/amd64/conf/XENHVM b/sys/amd64/conf/XENHVM index e5fc0496f92..ee745ec1944 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 672716bfa14..9e1b52ef407 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