aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/xenbus
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-10 15:31:53 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-10 15:31:53 +0100
commit20f278002607ff5af89581ae6ce1258dcd3f282a (patch)
treed1e461baa2c13863d3d172f0c2047270d386dfea /unmodified_drivers/linux-2.6/xenbus
parente2492c5e9e72ffc0ddb2765080b579200fd8f1c8 (diff)
downloadxen-20f278002607ff5af89581ae6ce1258dcd3f282a.tar.gz
xen-20f278002607ff5af89581ae6ce1258dcd3f282a.tar.bz2
xen-20f278002607ff5af89581ae6ce1258dcd3f282a.zip
PV-on-HVM: Fixes for save/restore. Also gets rid of separate modules
reboot.ko and xenbus.ko. These are now part of xen-platform-pci.ko. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'unmodified_drivers/linux-2.6/xenbus')
-rw-r--r--unmodified_drivers/linux-2.6/xenbus/Kbuild10
-rw-r--r--unmodified_drivers/linux-2.6/xenbus/Makefile3
-rw-r--r--unmodified_drivers/linux-2.6/xenbus/empty_directory0
3 files changed, 0 insertions, 13 deletions
diff --git a/unmodified_drivers/linux-2.6/xenbus/Kbuild b/unmodified_drivers/linux-2.6/xenbus/Kbuild
deleted file mode 100644
index 1a463ab6e3..0000000000
--- a/unmodified_drivers/linux-2.6/xenbus/Kbuild
+++ /dev/null
@@ -1,10 +0,0 @@
-include $(M)/overrides.mk
-
-obj-m += xenbus.o
-xenbus-objs =
-xenbus-objs += xenbus_comms.o
-xenbus-objs += xenbus_xs.o
-xenbus-objs += xenbus_probe.o
-xenbus-objs += xenbus_dev.o
-xenbus-objs += xenbus_client.o
-xenbus-objs += xen_proc.o
diff --git a/unmodified_drivers/linux-2.6/xenbus/Makefile b/unmodified_drivers/linux-2.6/xenbus/Makefile
deleted file mode 100644
index 64e7acd194..0000000000
--- a/unmodified_drivers/linux-2.6/xenbus/Makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-ifneq ($(KERNELRELEASE),)
-include $(src)/Kbuild
-endif
diff --git a/unmodified_drivers/linux-2.6/xenbus/empty_directory b/unmodified_drivers/linux-2.6/xenbus/empty_directory
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/unmodified_drivers/linux-2.6/xenbus/empty_directory