diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-03-16 20:22:59 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-03-16 20:22:59 +0100 |
commit | f2f46f4a33ee9ccb4f0475163408b8a699ec4f7f (patch) | |
tree | 85d1888b32ac4984282a9717612f0ad03ea2a306 /sys/src/9/pc/dat.h | |
parent | 105625e10b469d4012c148154563007cfa3acc4d (diff) |
pc64: amd64 kernel reboot support
Diffstat (limited to 'sys/src/9/pc/dat.h')
-rw-r--r-- | sys/src/9/pc/dat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/dat.h b/sys/src/9/pc/dat.h index a4544debf..5e5b4ea3a 100644 --- a/sys/src/9/pc/dat.h +++ b/sys/src/9/pc/dat.h @@ -279,6 +279,7 @@ 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; /* |