[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH ARM v5 15/20] 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 <talex5@xxxxxxxxx> --- extras/mini-os/test.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extras/mini-os/test.c b/extras/mini-os/test.c index bbfc613..20d372b 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 -- 2.0.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |