diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-07 19:37:47 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-07 19:37:47 +0100 |
commit | ad8747310983ef011f7ce6211836121e029e48b5 (patch) | |
tree | d0c7f39bc93cc69babf41480c0aa91cf2c0a1f24 /sys/src/9 | |
parent | 5afa5f5c0b4239b86128e83825f2dbbb3e65f5f8 (diff) |
pc/pc64: remove mpshutdown print
Diffstat (limited to 'sys/src/9')
-rw-r--r-- | sys/src/9/pc/mp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/9/pc/mp.c b/sys/src/9/pc/mp.c index ee3fdd363..e937c9391 100644 --- a/sys/src/9/pc/mp.c +++ b/sys/src/9/pc/mp.c @@ -575,8 +575,6 @@ mpshutdown(void) arch->introff(); for(;;) idle(); } - - print("mpshutdown\n"); delay(1000); splhi(); |