From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH] netbsd: disable CONFIG_SYSTEM_LIBAIO Date: Fri, 6 Jan 2012 16:42:12 +0100 Message-ID: <4F071654.3000102@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------060704030607060908090807" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org --------------060704030607060908090807 Content-Type: text/plain; charset="ISO-8859-15"; format=flowed Content-Transfer-Encoding: 7bit Disable CONFIG_SYSTEM_LIBAIO on NetBSD. Signed-off-by: Christoph Egger -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85689 Dornach b. Muenchen Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 --------------060704030607060908090807 Content-Type: text/plain; name="xen_libaio.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_libaio.diff" Content-Description: xen_libaio.diff diff -r 4086e4811547 config/NetBSD.mk --- a/config/NetBSD.mk Thu Jan 05 17:25:23 2012 +0000 +++ b/config/NetBSD.mk Fri Jan 06 16:39:18 2012 +0100 @@ -16,3 +16,5 @@ XEN_LOCK_DIR = $(PREFIX)/var/lib endif WGET = ftp + +CONFIG_SYSTEM_LIBAIO = n --------------060704030607060908090807 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------060704030607060908090807--