diff options
Diffstat (limited to 'sys/sparc64/include/fp.h')
-rw-r--r-- | sys/sparc64/include/fp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/include/fp.h b/sys/sparc64/include/fp.h index 6305c2bea6cd..699dba836ea9 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. |