summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-08-04 20:47:54 +0000
committerjhb <jhb@FreeBSD.org>2001-08-04 20:47:54 +0000
commit77e6dbf6992f54eb5f6858a71da75f1e29715475 (patch)
treee62e1eb98094474ea2b45ff800bb3b847650e694 /sys/powerpc
parentf7ff4f9c87ec27f22d90ee076ba619f8c2a104c3 (diff)
downloadFreeBSD-src-77e6dbf6992f54eb5f6858a71da75f1e29715475.zip
FreeBSD-src-77e6dbf6992f54eb5f6858a71da75f1e29715475.tar.gz
Axe unused and invalid astpending globaldata member.
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/include/globaldata.h1
-rw-r--r--sys/powerpc/include/pcpu.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/powerpc/include/globaldata.h b/sys/powerpc/include/globaldata.h
index de9a1ce..225349a 100644
--- a/sys/powerpc/include/globaldata.h
+++ b/sys/powerpc/include/globaldata.h
@@ -56,7 +56,6 @@ struct globaldata {
u_int32_t gd_current_asngen; /* ASN rollover check */
u_int32_t gd_intr_nesting_level; /* interrupt recursion */
- u_int gd_astpending;
SLIST_ENTRY(globaldata) gd_allcpu;
struct lock_list_entry *gd_spinlocks;
#ifdef KTR_PERCPU
diff --git a/sys/powerpc/include/pcpu.h b/sys/powerpc/include/pcpu.h
index de9a1ce..225349a 100644
--- a/sys/powerpc/include/pcpu.h
+++ b/sys/powerpc/include/pcpu.h
@@ -56,7 +56,6 @@ struct globaldata {
u_int32_t gd_current_asngen; /* ASN rollover check */
u_int32_t gd_intr_nesting_level; /* interrupt recursion */
- u_int gd_astpending;
SLIST_ENTRY(globaldata) gd_allcpu;
struct lock_list_entry *gd_spinlocks;
#ifdef KTR_PERCPU
OpenPOWER on IntegriCloud