summaryrefslogtreecommitdiff
path: root/sys/src/9/port/portclock.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-03-16 20:22:59 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2014-03-16 20:22:59 +0100
commitf2f46f4a33ee9ccb4f0475163408b8a699ec4f7f (patch)
tree85d1888b32ac4984282a9717612f0ad03ea2a306 /sys/src/9/port/portclock.c
parent105625e10b469d4012c148154563007cfa3acc4d (diff)
pc64: amd64 kernel reboot support
Diffstat (limited to 'sys/src/9/port/portclock.c')
-rw-r--r--sys/src/9/port/portclock.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/src/9/port/portclock.c b/sys/src/9/port/portclock.c
index 8f56b50c1..0bbbc92f1 100644
--- a/sys/src/9/port/portclock.c
+++ b/sys/src/9/port/portclock.c
@@ -148,10 +148,8 @@ hzclock(Ureg *ur)
if((active.machs&(1<<m->machno)) == 0)
return;
- if(active.exiting) {
- print("someone's exiting\n");
+ if(active.exiting)
exit(0);
- }
if(m->machno == 0)
checkalarms();