From de77cdc7c156e3a31c8eaab3a64902ed66228129 Mon Sep 17 00:00:00 2001 From: rwatson 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 d9482e50a6ab..e5fc0496f92a 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