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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/globaldata.h b/sys/sparc64/include/globaldata.h
index 38b351e..7af3375 100644
--- a/sys/sparc64/include/globaldata.h
+++ b/sys/sparc64/include/globaldata.h
@@ -37,7 +37,7 @@ struct globaldata {
SLIST_ENTRY(globaldata) gd_allcpu;
struct pcb *gd_curpcb;
struct proc *gd_curproc;
- struct proc *gd_fpproc;
+ struct proc *gd_fpcurproc;
struct proc *gd_idleproc;
u_int gd_cpuid;
u_int gd_other_cpus;
OpenPOWER on IntegriCloud