summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/globaldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64/include/globaldata.h')
-rw-r--r--sys/ia64/include/globaldata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ia64/include/globaldata.h b/sys/ia64/include/globaldata.h
index 87c9fe5..eb88422 100644
--- a/sys/ia64/include/globaldata.h
+++ b/sys/ia64/include/globaldata.h
@@ -54,6 +54,7 @@ struct globaldata {
int gd_inside_intr;
u_int64_t gd_idlepcbphys; /* pa of gd_idlepcb */
u_int64_t gd_pending_ipis; /* pending IPI events */
+ struct pmap *gd_current_pmap; /* which pmap is active */
u_int32_t gd_next_asn; /* next ASN to allocate */
u_int32_t gd_current_asngen; /* ASN rollover check */
u_int32_t gd_intr_nesting_level; /* interrupt recursion */
OpenPOWER on IntegriCloud