summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/pcpu.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-09-18 21:37:09 +0000
committerjhb <jhb@FreeBSD.org>2001-09-18 21:37:09 +0000
commit681e830ed03d0ef5196cc3505502a2a7a7c4a4fd (patch)
treeb228d8f89f050e5604b78f2a90cb9967c3d75427 /sys/powerpc/include/pcpu.h
parent8f1f6bfe731131ac417ea6a7343cf299875210df (diff)
downloadFreeBSD-src-681e830ed03d0ef5196cc3505502a2a7a7c4a4fd.zip
FreeBSD-src-681e830ed03d0ef5196cc3505502a2a7a7c4a4fd.tar.gz
- Fix a missed idleproc -> idlethread conversion.
- Remove redundany fpucurproc (fpucurthread already existed)
Diffstat (limited to 'sys/powerpc/include/pcpu.h')
-rw-r--r--sys/powerpc/include/pcpu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/powerpc/include/pcpu.h b/sys/powerpc/include/pcpu.h
index c95a725..4d66449 100644
--- a/sys/powerpc/include/pcpu.h
+++ b/sys/powerpc/include/pcpu.h
@@ -45,9 +45,8 @@
*/
struct globaldata {
struct thread *gd_curthread; /* current thread */
- struct proc *gd_idleproc; /* idle process */
+ struct thread *gd_idlethread; /* idle thread */
struct thread *gd_fpcurthread; /* fp state owner */
- struct proc *gd_fpcurproc; /* fp state owner */
struct pcb *gd_curpcb; /* current pcb */
struct timeval gd_switchtime;
int gd_switchticks;
OpenPOWER on IntegriCloud