summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/globaldata.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2001-07-31 06:05:05 +0000
committerjake <jake@FreeBSD.org>2001-07-31 06:05:05 +0000
commitfb7edc502f41d82771205b77ec72ec6f85c7992a (patch)
tree09518e5a462c7f369bd3cbd7d956ad24588b2a9b /sys/sparc64/include/globaldata.h
parent489876bc4dc75168229017bfd4c2a43ec2711417 (diff)
downloadFreeBSD-src-fb7edc502f41d82771205b77ec72ec6f85c7992a.zip
FreeBSD-src-fb7edc502f41d82771205b77ec72ec6f85c7992a.tar.gz
Flesh out the sparc64 port considerably. This contains:
- mostly complete kernel pmap support, and tested but currently turned off userland pmap support - low level assembly language trap, context switching and support code - fully implemented atomic.h and supporting cpufunc.h - some support for kernel debugging with ddb - various header tweaks and filling out of machine dependent structures
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