git: 9front

Download patch

ref: 888823980aa5f8d0ee8c124953f4a5fee4d340ae
parent: 3b198151c42b53547578871470c940445799affd
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu Jan 7 14:37:47 EST 2016

pc/pc64: remove mpshutdown print

--- a/sys/src/9/pc/mp.c
+++ b/sys/src/9/pc/mp.c
@@ -575,8 +575,6 @@
 		arch->introff();
 		for(;;) idle();
 	}
-
-	print("mpshutdown\n");
 	delay(1000);
 	splhi();
 
--