summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/globaldata.h
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2001-08-04 18:55:15 +0000
committertmm <tmm@FreeBSD.org>2001-08-04 18:55:15 +0000
commit91c3a007e599498b1528d02dea269a94e45a5fb9 (patch)
treebc5f6dcbfd1875b596bdb288e1f53734e4034906 /sys/sparc64/include/globaldata.h
parentfbdd58046b90150b1a878352cc6437ceffe60662 (diff)
downloadFreeBSD-src-91c3a007e599498b1528d02dea269a94e45a5fb9.zip
FreeBSD-src-91c3a007e599498b1528d02dea269a94e45a5fb9.tar.gz
Add floating point context switching code for sparc64.
Reviewed by: jake
Diffstat (limited to 'sys/sparc64/include/globaldata.h')
-rw-r--r--sys/sparc64/include/globaldata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sparc64/include/globaldata.h b/sys/sparc64/include/globaldata.h
index 7af3375..20fe891 100644
--- a/sys/sparc64/include/globaldata.h
+++ b/sys/sparc64/include/globaldata.h
@@ -37,7 +37,6 @@ struct globaldata {
SLIST_ENTRY(globaldata) gd_allcpu;
struct pcb *gd_curpcb;
struct proc *gd_curproc;
- struct proc *gd_fpcurproc;
struct proc *gd_idleproc;
u_int gd_cpuid;
u_int gd_other_cpus;
OpenPOWER on IntegriCloud