From c5f5756de82e6b64d956a85d7b5a8e629b623083 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Wed, 5 Jul 2006 11:27:25 +0100 Subject: [MINIOS] XenBus tests disabled in MiniOS. Xend bug induced by write to device/vif/0. Signed-off-by: Grzegorz Milos --- extras/mini-os/kernel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extras/mini-os/kernel.c') diff --git a/extras/mini-os/kernel.c b/extras/mini-os/kernel.c index 1a7748fe0d..8aefaaa248 100644 --- a/extras/mini-os/kernel.c +++ b/extras/mini-os/kernel.c @@ -104,7 +104,8 @@ void test_xenbus(void); void xenbus_tester(void *p) { - test_xenbus(); + printk("Xenbus tests disabled, because of a Xend bug.\n"); + /* test_xenbus(); */ } /* This should be overridden by the application we are linked against. */ -- cgit v1.2.3