summaryrefslogtreecommitdiff
path: root/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proc.h b/proc.h
index c099dbf..10760f8 100644
--- a/proc.h
+++ b/proc.h
@@ -59,6 +59,7 @@ struct cpu {
int ncli; // Depth of pushcli nesting.
int intena; // Were interrupts enabled before pushcli?
void *tls[2];
+ void *tlsstruct;
};
extern struct cpu cpus[NCPU];