From 1d3e27e802686c099d3b4661668d0bfbd9026a42 Mon Sep 17 00:00:00 2001 From: Steven Hand Date: Wed, 4 Apr 2007 19:59:10 +0100 Subject: Initial check-in to support PV balloon driver within HVM guests. Still todo: - fix mapcache invalidation (should happen in Xen) - support 32-on-64 mode correctly Signed-off-by: Steven Hand --- unmodified_drivers/linux-2.6/mkbuildtree | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'unmodified_drivers/linux-2.6/mkbuildtree') diff --git a/unmodified_drivers/linux-2.6/mkbuildtree b/unmodified_drivers/linux-2.6/mkbuildtree index 289e63b03a..31415928cd 100755 --- a/unmodified_drivers/linux-2.6/mkbuildtree +++ b/unmodified_drivers/linux-2.6/mkbuildtree @@ -17,6 +17,9 @@ for d in $(find ${XL}/drivers/xen/ -maxdepth 1 -type d | sed -e 1d); do if ! echo $d | egrep -q back; then lndir $d $(basename $d) > /dev/null 2>&1 fi + if ! echo $d | egrep -q ball; then + lndir $d $(basename $d) > /dev/null 2>&1 + fi done ln -sf ${XL}/drivers/xen/core/gnttab.c platform-pci @@ -47,6 +50,7 @@ i[34567]86) ln -sf ${XL}/include/asm-i386/mach-xen/asm/hypercall.h include/asm ln -sf ${XL}/include/asm-i386/mach-xen/asm/synch_bitops.h include/asm ln -sf ${XL}/include/asm-i386/mach-xen/asm/maddr.h include/asm + ln -sf ${XL}/include/asm-i386/mach-xen/asm/page.h include/asm ;; "ia64") ln -sf ${XL}/include/asm-ia64/hypervisor.h include/asm -- cgit v1.2.3