diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-03-11 16:30:51 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-03-11 16:30:51 +0100 |
commit | 8177d20fb2709ba9290dfd41308b8e5bee4e00f8 (patch) | |
tree | e991970c19baed3add914a9a672231d74d52a605 /sys/src/9/zynq | |
parent | a7f8ebca2f09f6bb5195354a8f00c23a68dbd935 (diff) |
kernel: get rid of active.Lock and active.thunderbirdsargo
Diffstat (limited to 'sys/src/9/zynq')
-rw-r--r-- | sys/src/9/zynq/dat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/zynq/dat.h b/sys/src/9/zynq/dat.h index a1d50b40b..7431ed803 100644 --- a/sys/src/9/zynq/dat.h +++ b/sys/src/9/zynq/dat.h @@ -174,7 +174,6 @@ struct ISAConf struct { - Lock; char machs[MAXMACH]; /* active CPUs */ int exiting; /* shutdown */ }active; |