diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-05-29 18:50:52 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-05-29 18:50:52 +0200 |
commit | 52464166216095a5747f7541eff179ecf8d94e1f (patch) | |
tree | 410fdc01729b45bd21abfd8feafe51a62fca4dde /sys/src/9/pc/dat.h | |
parent | 215f6cc64a65efbe0a71b8fdba72311201aca4fc (diff) |
pc, pc64: simplify reboot code
as we do system reset and reboot only from boot processor cpu0 now,
theres no need for active.rebooting conditional variable.
mpshutdown() will unconditionally park application processors and
and cpu0 boots the new kernel or calls mpshutdown() causing system
reset.
Diffstat (limited to 'sys/src/9/pc/dat.h')
-rw-r--r-- | sys/src/9/pc/dat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/pc/dat.h b/sys/src/9/pc/dat.h index 5e5b4ea3a..a4544debf 100644 --- a/sys/src/9/pc/dat.h +++ b/sys/src/9/pc/dat.h @@ -279,7 +279,6 @@ struct int exiting; /* shutdown */ int ispanic; /* shutdown in response to a panic */ int thunderbirdsarego; /* lets the added processors continue to schedinit */ - int rebooting; /* about to rebooting another kernel */ }active; /* |