aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/mkbuildtree
diff options
context:
space:
mode:
authorSteven Hand <steven@xensource.com>2007-04-04 19:59:10 +0100
committerSteven Hand <steven@xensource.com>2007-04-04 19:59:10 +0100
commit1d3e27e802686c099d3b4661668d0bfbd9026a42 (patch)
tree8e8a00dc3f497cdca33bf41cd367a5230b727ba0 /unmodified_drivers/linux-2.6/mkbuildtree
parent79f84ceeb54544278305df540d833ac74709ac4b (diff)
downloadxen-1d3e27e802686c099d3b4661668d0bfbd9026a42.tar.gz
xen-1d3e27e802686c099d3b4661668d0bfbd9026a42.tar.bz2
xen-1d3e27e802686c099d3b4661668d0bfbd9026a42.zip
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 <steven@xensource.com>
Diffstat (limited to 'unmodified_drivers/linux-2.6/mkbuildtree')
-rwxr-xr-xunmodified_drivers/linux-2.6/mkbuildtree4
1 files changed, 4 insertions, 0 deletions
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