From: Thomas Leonard Date: Thu, 26 Jun 2014 11:28:32 +0000 (+0100) Subject: mini-os: enable test_xenbus again X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4773 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9684bc8c3659bd804298c7372dacda238c6f297c;p=xen.git mini-os: enable test_xenbus again The old code said "Xenbus tests disabled, because of a Xend bug". Since xend doesn't exist any longer, we can enable these again. Signed-off-by: Thomas Leonard Acked-by: Samuel Thibault --- diff --git a/extras/mini-os/test.c b/extras/mini-os/test.c index bbfc6134f6..20d372b888 100644 --- a/extras/mini-os/test.c +++ b/extras/mini-os/test.c @@ -56,8 +56,7 @@ void test_xenbus(void); static void xenbus_tester(void *p) { - printk("Xenbus tests disabled, because of a Xend bug.\n"); - /* test_xenbus(); */ + test_xenbus(); } #endif