git: 9front

Download patch

ref: bc196137372f5b7c32dfc880d6e72d905ff3292c
parent: d66affbe75b0489f232f84d9f6fb1519e2b80d04
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Dec 24 11:56:48 EST 2014

zynq: active.machs = 1

--- a/sys/src/9/zynq/main.c
+++ b/sys/src/9/zynq/main.c
@@ -349,6 +349,7 @@
 void
 main(void)
 {
+	active.machs = 1;
 	uartinit();
 	mmuinit();
 	l2init();
--