Changeset dabb3289da97 : 
http://xenbits.xensource.com/ext/ppc/linux-2.6.18-xen.hg?cmd=changeset;node=dabb3289da97

        [PPC] Add Kconfig option for the balloon driver.
        PowerPC Xen does not support ballooning.
        Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]>

diffstat:

2 files changed, 5 insertions(+), 1 deletion(-)
drivers/xen/Kconfig  |    4 ++++
drivers/xen/Makefile |    2 +-

diffs (27 lines):

diff -r 11483a00c017 -r dabb3289da97 drivers/xen/Kconfig
--- a/drivers/xen/Kconfig       Fri Jul 06 11:08:24 2007 +0100
+++ b/drivers/xen/Kconfig       Fri Jul 06 13:57:36 2007 +0100
@@ -274,4 +274,8 @@ config XEN_SMPBOOT
        default y
        depends on SMP
 
+config XEN_BALLOON
+       bool
+       default y
+
 endif
diff -r 11483a00c017 -r dabb3289da97 drivers/xen/Makefile
--- a/drivers/xen/Makefile      Fri Jul 06 11:08:24 2007 +0100
+++ b/drivers/xen/Makefile      Fri Jul 06 13:57:36 2007 +0100
@@ -4,10 +4,10 @@ obj-y += privcmd/
 obj-y  += privcmd/
 obj-y  += xenbus/
 obj-y  += gntdev/
-obj-y  += balloon/
 obj-y  += char/
 
 obj-y  += util.o
+obj-$(CONFIG_XEN_BALLOON)              += balloon/
 obj-$(CONFIG_XEN_BLKDEV_BACKEND)       += blkback/
 obj-$(CONFIG_XEN_BLKDEV_TAP)           += blktap/
 obj-$(CONFIG_XEN_NETDEV_BACKEND)       += netback/

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

Reply via email to