All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] compile sysfs in by default for xen_x86_{32, 64}
@ 2006-03-27 16:24 Andrew D. Ball
  0 siblings, 0 replies; only message in thread
From: Andrew D. Ball @ 2006-03-27 16:24 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: compile_in_sysfs.patch --]
[-- Type: text/plain, Size: 1284 bytes --]

# 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 <aball@us.ibm.com>

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
 

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-03-27 16:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-27 16:24 [PATCH] compile sysfs in by default for xen_x86_{32, 64} Andrew D. Ball

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.