From 159a19cf73a3ed07f18c2d4b914ca824177bf3b4 Mon Sep 17 00:00:00 2001 From: bouyer Date: Thu, 25 May 2006 21:27:40 +0000 Subject: [PATCH] Always include xen_shm_machdep.c for Xen3, theorically a domU could also provide backend services to other domains. --- sys/arch/xen/conf/files.xen | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/xen/conf/files.xen b/sys/arch/xen/conf/files.xen index 75516d34b9b3..af31122fe790 100644 --- a/sys/arch/xen/conf/files.xen +++ b/sys/arch/xen/conf/files.xen @@ -1,4 +1,4 @@ -# $NetBSD: files.xen,v 1.41 2006/05/23 21:10:42 bouyer Exp $ +# $NetBSD: files.xen,v 1.42 2006/05/25 21:27:40 bouyer Exp $ # NetBSD: files.x86,v 1.10 2003/10/08 17:30:00 bouyer Exp # NetBSD: files.i386,v 1.254 2004/03/25 23:32:10 jmc Exp @@ -292,7 +292,7 @@ include "dev/pcmcia/files.pcmcia" # Domain-0 operations defflag opt_xen.h DOM0OPS file arch/xen/xen/privcmd.c dom0ops -file arch/xen/i386/xen_shm_machdep.c dom0ops +file arch/xen/i386/xen_shm_machdep.c dom0ops | xen3 file arch/xen/xen/xbdback.c dom0ops & !xen3 file arch/xen/xen/xennetback.c dom0ops & !xen3 file arch/xen/xen/pci_machdep.c hypervisor & pci & !xen3