diff options
author | jake <jake@FreeBSD.org> | 2001-01-12 07:47:54 +0000 |
---|---|---|
committer | jake <jake@FreeBSD.org> | 2001-01-12 07:47:54 +0000 |
commit | 422162e6509b1b674631c8c4f0e6e1fd192bc0c9 (patch) | |
tree | 0fffa447f8467cfe9090120fc32b4ade1cf62005 /sys/powerpc | |
parent | 4cc04a654fa69b6f6a0caec3df82f95082ad05c4 (diff) | |
download | FreeBSD-src-422162e6509b1b674631c8c4f0e6e1fd192bc0c9.zip FreeBSD-src-422162e6509b1b674631c8c4f0e6e1fd192bc0c9.tar.gz |
Remove unused per-cpu variables inside_intr and ss_eflags.
Diffstat (limited to 'sys/powerpc')
-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 5fd6c59..127dd09 100644 --- a/sys/powerpc/include/globaldata.h +++ b/sys/powerpc/include/globaldata.h @@ -52,7 +52,6 @@ struct globaldata { int gd_switchticks; u_int gd_cpuno; /* this cpu number */ u_int gd_other_cpus; /* all other cpus */ - int gd_inside_intr; u_int64_t gd_idlepcbphys; /* pa of gd_idlepcb */ u_int64_t gd_pending_ipis; /* pending IPI events */ u_int32_t gd_next_asn; /* next ASN to allocate */ diff --git a/sys/powerpc/include/pcpu.h b/sys/powerpc/include/pcpu.h index 5fd6c59..127dd09 100644 --- a/sys/powerpc/include/pcpu.h +++ b/sys/powerpc/include/pcpu.h @@ -52,7 +52,6 @@ struct globaldata { int gd_switchticks; u_int gd_cpuno; /* this cpu number */ u_int gd_other_cpus; /* all other cpus */ - int gd_inside_intr; u_int64_t gd_idlepcbphys; /* pa of gd_idlepcb */ u_int64_t gd_pending_ipis; /* pending IPI events */ u_int32_t gd_next_asn; /* next ASN to allocate */ |