summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/pcpu.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-11-14 01:00:40 +0000
committerjhb <jhb@FreeBSD.org>2001-11-14 01:00:40 +0000
commit3e963ab7ced6a45fe95a3125b2cebde9fa7d3db3 (patch)
tree2990fc4062eba47ffef18a4c0e157f061c2f4060 /sys/powerpc/include/pcpu.h
parent7ebdd7daa22f78b20d037e0549699514e78f7acc (diff)
downloadFreeBSD-src-3e963ab7ced6a45fe95a3125b2cebde9fa7d3db3.zip
FreeBSD-src-3e963ab7ced6a45fe95a3125b2cebde9fa7d3db3.tar.gz
The interrupt nesting level is per-thread not per-CPU on FreeBSD.
Diffstat (limited to 'sys/powerpc/include/pcpu.h')
-rw-r--r--sys/powerpc/include/pcpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/include/pcpu.h b/sys/powerpc/include/pcpu.h
index 0737692..aa00cc3 100644
--- a/sys/powerpc/include/pcpu.h
+++ b/sys/powerpc/include/pcpu.h
@@ -55,7 +55,6 @@ struct globaldata {
int gd_inside_intr;
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 */
SLIST_ENTRY(globaldata) gd_allcpu;
struct lock_list_entry *gd_spinlocks;
OpenPOWER on IntegriCloud