aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/globaldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/globaldata.h')
-rw-r--r--sys/i386/include/globaldata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/include/globaldata.h b/sys/i386/include/globaldata.h
index 28336d708534..58bd9cfe9416 100644
--- a/sys/i386/include/globaldata.h
+++ b/sys/i386/include/globaldata.h
@@ -66,6 +66,7 @@ struct globaldata {
caddr_t gd_prv_CADDR3;
unsigned *gd_prv_PADDR1;
#endif
+ u_int gd_astpending;
};
#ifdef SMP