From: Thomas Leonard Date: Thu, 26 Jun 2014 11:28:32 +0000 (+0100) Subject: mini-os: enable test_xenbus again X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=94690db60d609e4527a781de1f0e3defe5f29a13;p=people%2Fliuw%2Flibxenctrl-split%2Fmini-os.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/test.c b/test.c index bbfc613..20d372b 100644 --- a/test.c +++ b/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