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-ppc-devel

[XenPPC] [ppc/linux-2.6.18-xen.hg] [PPC] Add Kconfig option for the ball

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 <hollisb@xxxxxxxxxx>

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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [ppc/linux-2.6.18-xen.hg] [PPC] Add Kconfig option for the ballo..., patchbot <=