ref: 2d06aac2abbd22757b6aa33b4fdc0c9ead4b7d50
parent: 7523131e78a0974154cc90272b41991435b1ec19
author: cinap_lenrek <[email protected]>
date: Fri Dec 19 18:57:43 EST 2014
pc, pc64: adjust mpshutdown() comment to reflect the current state
--- a/sys/src/9/pc/main.c
+++ b/sys/src/9/pc/main.c
@@ -905,8 +905,8 @@
once = active.machs & (1<<m->machno);
/*
* setting exiting will make hzclock() on each processor call exit(0),
- * which calls shutdown(0) and arch->reset(), which on mp systems is
- * mpshutdown, from which there is no return: the processor is idled
+ * which calls shutdown(0) and arch->reset(), which on mp systems calls
+ * mpshutdown(), from which there is no return: the processor is idled
* or initiates a reboot. clearing our bit in machs avoids calling
* exit(0) from hzclock() on this processor.
*/
--- a/sys/src/9/pc64/main.c
+++ b/sys/src/9/pc64/main.c
@@ -537,8 +537,8 @@
once = active.machs & (1<<m->machno);
/*
* setting exiting will make hzclock() on each processor call exit(0),
- * which calls shutdown(0) and arch->reset(), which on mp systems is
- * mpshutdown, from which there is no return: the processor is idled
+ * which calls shutdown(0) and arch->reset(), which on mp systems calls
+ * mpshutdown(), from which there is no return: the processor is idled
* or initiates a reboot. clearing our bit in machs avoids calling
* exit(0) from hzclock() on this processor.
*/