diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-08-04 20:47:54 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-08-04 20:47:54 +0000 |
| commit | f5b0911ca7f58b5992268b0e26d430b0c91c639f (patch) | |
| tree | e62e1eb98094474ea2b45ff800bb3b847650e694 /sys/powerpc/include | |
| parent | 74c2df808a7166121561dc4b39821d103b1e049f (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 de9a1ce1efc4..225349a65377 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 de9a1ce1efc4..225349a65377 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 |
