summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/globaldata.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-02-22 15:37:34 +0000
committerjhb <jhb@FreeBSD.org>2001-02-22 15:37:34 +0000
commit107493c81a1a16df32b5c4b8b0a75f021131fd0d (patch)
treeeb4607f916398138c24fd173570ea878aa8db28b /sys/ia64/include/globaldata.h
parent4280c0926255d8838998aca359f7372e2bfd63a3 (diff)
downloadFreeBSD-src-107493c81a1a16df32b5c4b8b0a75f021131fd0d.zip
FreeBSD-src-107493c81a1a16df32b5c4b8b0a75f021131fd0d.tar.gz
Axe the astpending per-cpu variable.
Diffstat (limited to 'sys/ia64/include/globaldata.h')
-rw-r--r--sys/ia64/include/globaldata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/ia64/include/globaldata.h b/sys/ia64/include/globaldata.h
index 49a54a1..ce9164b 100644
--- a/sys/ia64/include/globaldata.h
+++ b/sys/ia64/include/globaldata.h
@@ -57,7 +57,6 @@ struct globaldata {
u_int32_t gd_next_asn; /* next ASN to allocate */
u_int32_t gd_current_asngen; /* ASN rollover check */
- u_int gd_astpending;
SLIST_ENTRY(globaldata) gd_allcpu;
int gd_witness_spin_check;
#ifdef KTR_PERCPU
OpenPOWER on IntegriCloud