From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andrew D. Ball" Subject: [PATCH] compile sysfs in by default for xen_x86_{32, 64} Date: Mon, 27 Mar 2006 11:24:41 -0500 Message-ID: <442811C9.6090201@us.ibm.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------020009080803020000010304" 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 This is a multi-part message in MIME format. --------------020009080803020000010304 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit --------------020009080803020000010304 Content-Type: text/plain; name="compile_in_sysfs.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="compile_in_sysfs.patch" # HG changeset patch # User andrew@anball.raleigh.ibm.com # 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 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 --------------020009080803020000010304 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 --------------020009080803020000010304--