diff options
author | tmm <tmm@FreeBSD.org> | 2001-08-04 18:55:15 +0000 |
---|---|---|
committer | tmm <tmm@FreeBSD.org> | 2001-08-04 18:55:15 +0000 |
commit | 91c3a007e599498b1528d02dea269a94e45a5fb9 (patch) | |
tree | bc5f6dcbfd1875b596bdb288e1f53734e4034906 /sys/sparc64/include/pcpu.h | |
parent | fbdd58046b90150b1a878352cc6437ceffe60662 (diff) | |
download | FreeBSD-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/pcpu.h')
-rw-r--r-- | sys/sparc64/include/pcpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sparc64/include/pcpu.h b/sys/sparc64/include/pcpu.h index 7af3375..20fe891 100644 --- a/sys/sparc64/include/pcpu.h +++ b/sys/sparc64/include/pcpu.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; |