summaryrefslogtreecommitdiff
path: root/sys/src/9/teg2
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2017-03-11 16:30:51 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2017-03-11 16:30:51 +0100
commit8177d20fb2709ba9290dfd41308b8e5bee4e00f8 (patch)
treee991970c19baed3add914a9a672231d74d52a605 /sys/src/9/teg2
parenta7f8ebca2f09f6bb5195354a8f00c23a68dbd935 (diff)
kernel: get rid of active.Lock and active.thunderbirdsargo
Diffstat (limited to 'sys/src/9/teg2')
-rw-r--r--sys/src/9/teg2/dat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/teg2/dat.h b/sys/src/9/teg2/dat.h
index 0152c76b3..0aa54a7d0 100644
--- a/sys/src/9/teg2/dat.h
+++ b/sys/src/9/teg2/dat.h
@@ -250,7 +250,6 @@ struct
int wfi; /* bitmap of CPUs in WFI state */
int stopped; /* bitmap of CPUs stopped */
int exiting; /* shutdown */
- int thunderbirdsarego; /* lets the added processors continue to schedinit */
}active;
extern register Mach* m; /* R10 */