From 9c9f06e60d97af537445f3916a4db9d85ea82f03 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Mon, 13 Dec 2010 12:15:46 +0000 Subject: [PATCH] Add options NO_ADAPTIVE_SX to the XENHVM kernel configuration, matching its similar disabling of adaptive mutexes and rwlocks. The existing comment on why this is the case also applies to sx locks. MFC after: 3 days Discussed with: attilio --- sys/amd64/conf/XENHVM | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/amd64/conf/XENHVM b/sys/amd64/conf/XENHVM index d9482e50a6a..e5fc0496f92 100644 --- a/sys/amd64/conf/XENHVM +++ b/sys/amd64/conf/XENHVM @@ -17,6 +17,7 @@ makeoptions MODULES_OVERRIDE="" # options NO_ADAPTIVE_MUTEXES options NO_ADAPTIVE_RWLOCKS +options NO_ADAPTIVE_SX # Xen HVM support options XENHVM