diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-11-14 01:00:40 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-11-14 01:00:40 +0000 |
| commit | b9c1b06bd7aba86544075d84ad72df3dc36b1808 (patch) | |
| tree | 2990fc4062eba47ffef18a4c0e157f061c2f4060 /sys/powerpc/include | |
| parent | 4082a49c1ef880c2cd4a0cadfa8b62ee31866c0d (diff) | |
Notes
Diffstat (limited to 'sys/powerpc/include')
| -rw-r--r-- | sys/powerpc/include/globaldata.h | 1 | ||||
| -rw-r--r-- | sys/powerpc/include/pcpu.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/powerpc/include/globaldata.h b/sys/powerpc/include/globaldata.h index 07376926f76a..aa00cc3dc7f7 100644 --- a/sys/powerpc/include/globaldata.h +++ b/sys/powerpc/include/globaldata.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; diff --git a/sys/powerpc/include/pcpu.h b/sys/powerpc/include/pcpu.h index 07376926f76a..aa00cc3dc7f7 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; |
