aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.4.27-xen-sparse
diff options
context:
space:
mode:
authorsmh22@tempest.cl.cam.ac.uk <smh22@tempest.cl.cam.ac.uk>2004-09-24 17:08:32 +0000
committersmh22@tempest.cl.cam.ac.uk <smh22@tempest.cl.cam.ac.uk>2004-09-24 17:08:32 +0000
commit2719066938bc9d7c56074e161d959cb309f291f5 (patch)
treeaf981f480e1895b0c6244be8b5d2fb9fa8ecf27c /linux-2.4.27-xen-sparse
parentce1eca467fdc7166de24d210238494c65e5cd20e (diff)
downloadxen-2719066938bc9d7c56074e161d959cb309f291f5.tar.gz
xen-2719066938bc9d7c56074e161d959cb309f291f5.tar.bz2
xen-2719066938bc9d7c56074e161d959cb309f291f5.zip
bitkeeper revision 1.1159.91.1 (41545490klPYsVC65RXTsROARJj8bw)
build 2.4 w/out blkdev frontend (e.g. for dom0)
Diffstat (limited to 'linux-2.4.27-xen-sparse')
-rw-r--r--linux-2.4.27-xen-sparse/arch/xen/drivers/blkif/Makefile4
-rw-r--r--linux-2.4.27-xen-sparse/drivers/block/ll_rw_blk.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/linux-2.4.27-xen-sparse/arch/xen/drivers/blkif/Makefile b/linux-2.4.27-xen-sparse/arch/xen/drivers/blkif/Makefile
index 7474e71fb4..7f1b4a98fb 100644
--- a/linux-2.4.27-xen-sparse/arch/xen/drivers/blkif/Makefile
+++ b/linux-2.4.27-xen-sparse/arch/xen/drivers/blkif/Makefile
@@ -1,8 +1,8 @@
O_TARGET := drv.o
-subdir-$(CONFIG_XEN_NETDEV_FRONTEND) += frontend
-obj-$(CONFIG_XEN_NETDEV_FRONTEND) += frontend/drv.o
+subdir-$(CONFIG_XEN_BLKDEV_FRONTEND) += frontend
+obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += frontend/drv.o
subdir-$(CONFIG_XEN_PHYSDEV_ACCESS) += backend
obj-$(CONFIG_XEN_PHYSDEV_ACCESS) += backend/drv.o
diff --git a/linux-2.4.27-xen-sparse/drivers/block/ll_rw_blk.c b/linux-2.4.27-xen-sparse/drivers/block/ll_rw_blk.c
index a7f03c0fd5..605debf128 100644
--- a/linux-2.4.27-xen-sparse/drivers/block/ll_rw_blk.c
+++ b/linux-2.4.27-xen-sparse/drivers/block/ll_rw_blk.c
@@ -1626,7 +1626,7 @@ int __init blk_dev_init(void)
jsfd_init();
#endif
-#if defined(CONFIG_XEN)
+#if defined(CONFIG_XEN_BLKDEV_FRONTEND)
xlblk_init();
#endif