WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] compile sysfs in by default for xen_x86_{32, 64}

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] compile sysfs in by default for xen_x86_{32, 64}
From: "Andrew D. Ball" <aball@xxxxxxxxxx>
Date: Mon, 27 Mar 2006 11:24:41 -0500
Delivery-date: Mon, 27 Mar 2006 16:26:18 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
# HG changeset patch
# User andrew@xxxxxxxxxxxxxxxxxxxxxx
# Node ID e9371263d2f8f403ae66f1c8864e82a50af4f942
# Parent  8b5a752167a17785b998a080a5c1ce1991b9379b
Compile Xen sysfs driver in the kernel by default, instead of as a module.

This is the default in the other kernel configurations, just not
xen_x86_32 and xen_x86_64 without this patch.

Signed-off-by: Andrew D. Ball <aball@xxxxxxxxxx>

diff -r 8b5a752167a1 -r e9371263d2f8 buildconfigs/linux-defconfig_xen_x86_32
--- a/buildconfigs/linux-defconfig_xen_x86_32   Mon Mar 27 10:16:36 2006
+++ b/buildconfigs/linux-defconfig_xen_x86_32   Mon Mar 27 16:21:47 2006
@@ -2994,7 +2994,7 @@
 # CONFIG_XEN_TPMDEV_FRONTEND is not set
 CONFIG_XEN_SCRUB_PAGES=y
 CONFIG_XEN_DISABLE_SERIAL=y
-CONFIG_XEN_SYSFS=m
+CONFIG_XEN_SYSFS=y
 CONFIG_HAVE_ARCH_ALLOC_SKB=y
 CONFIG_HAVE_ARCH_DEV_ALLOC_SKB=y
 
diff -r 8b5a752167a1 -r e9371263d2f8 buildconfigs/linux-defconfig_xen_x86_64
--- a/buildconfigs/linux-defconfig_xen_x86_64   Mon Mar 27 10:16:36 2006
+++ b/buildconfigs/linux-defconfig_xen_x86_64   Mon Mar 27 16:21:47 2006
@@ -2665,7 +2665,7 @@
 # CONFIG_XEN_TPMDEV_FRONTEND is not set
 CONFIG_XEN_SCRUB_PAGES=y
 CONFIG_XEN_DISABLE_SERIAL=y
-CONFIG_XEN_SYSFS=m
+CONFIG_XEN_SYSFS=y
 CONFIG_HAVE_ARCH_ALLOC_SKB=y
 CONFIG_HAVE_ARCH_DEV_ALLOC_SKB=y
 
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] compile sysfs in by default for xen_x86_{32, 64}, Andrew D. Ball <=