summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/globaldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64/include/globaldata.h')
-rw-r--r--sys/sparc64/include/globaldata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/include/globaldata.h b/sys/sparc64/include/globaldata.h
index 69a7ab2..325bd08 100644
--- a/sys/sparc64/include/globaldata.h
+++ b/sys/sparc64/include/globaldata.h
@@ -46,8 +46,8 @@
* point at the globaldata structure.
*/
struct globaldata {
- struct proc *gd_curproc; /* current process */
- struct proc *gd_idleproc; /* idle process */
+ struct thread *gd_curthread; /* current thread */
+ struct thread *gd_idlethread; /* idle thread */
struct pcb *gd_curpcb; /* current pcb */
struct timeval gd_switchtime;
int gd_switchticks;
OpenPOWER on IntegriCloud