summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/fp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64/include/fp.h')
-rw-r--r--sys/sparc64/include/fp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/include/fp.h b/sys/sparc64/include/fp.h
index 6305c2b..699dba8 100644
--- a/sys/sparc64/include/fp.h
+++ b/sys/sparc64/include/fp.h
@@ -75,8 +75,8 @@ struct fpstate {
u_long fp_fprs;
};
-void fp_init_proc(struct pcb *);
-int fp_enable_proc(struct proc *);
+void fp_init_thread(struct pcb *);
+int fp_enable_thread(struct thread *);
/*
* Note: The pointers passed to the next two functions must be aligned on
* 64 byte boundaries.
OpenPOWER on IntegriCloud