All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andrew D. Ball" <aball@us.ibm.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH] compile sysfs in by default for xen_x86_{32, 64}
Date: Mon, 27 Mar 2006 11:24:41 -0500	[thread overview]
Message-ID: <442811C9.6090201@us.ibm.com> (raw)

[-- 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

                 reply	other threads:[~2006-03-27 16:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=442811C9.6090201@us.ibm.com \
    --to=aball@us.ibm.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.