diff options
Diffstat (limited to 'sys/powerpc/include/globaldata.h')
-rw-r--r-- | sys/powerpc/include/globaldata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/include/globaldata.h b/sys/powerpc/include/globaldata.h index 127dd09..d99c5a9 100644 --- a/sys/powerpc/include/globaldata.h +++ b/sys/powerpc/include/globaldata.h @@ -56,7 +56,6 @@ struct globaldata { u_int64_t gd_pending_ipis; /* pending IPI events */ 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 */ u_int gd_astpending; SLIST_ENTRY(globaldata) gd_allcpu; |