diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-02-10 02:20:34 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-02-10 02:20:34 +0000 |
| commit | 142ba5f3d79d3fa27e8d3cb464677c9a8c26382b (patch) | |
| tree | a479934b0a3b95d7cd72ce5a2c13c832691a3ca6 /sys/powerpc/include | |
| parent | 90b99402a95be74bf848e84c54a79cecc9fcab13 (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 84dbf3435364..8e6cfbe7d369 100644 --- a/sys/powerpc/include/globaldata.h +++ b/sys/powerpc/include/globaldata.h @@ -57,7 +57,6 @@ struct globaldata { u_int32_t gd_next_asn; /* next ASN to allocate */ u_int32_t gd_current_asngen; /* ASN rollover check */ - u_int gd_astpending; SLIST_ENTRY(globaldata) gd_allcpu; int gd_witness_spin_check; #ifdef KTR_PERCPU diff --git a/sys/powerpc/include/pcpu.h b/sys/powerpc/include/pcpu.h index 84dbf3435364..8e6cfbe7d369 100644 --- a/sys/powerpc/include/pcpu.h +++ b/sys/powerpc/include/pcpu.h @@ -57,7 +57,6 @@ struct globaldata { u_int32_t gd_next_asn; /* next ASN to allocate */ u_int32_t gd_current_asngen; /* ASN rollover check */ - u_int gd_astpending; SLIST_ENTRY(globaldata) gd_allcpu; int gd_witness_spin_check; #ifdef KTR_PERCPU |
