aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/fpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include/fpu.h')
-rw-r--r--sys/alpha/include/fpu.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/alpha/include/fpu.h b/sys/alpha/include/fpu.h
index 712a1f96a252..9f4800feeea1 100644
--- a/sys/alpha/include/fpu.h
+++ b/sys/alpha/include/fpu.h
@@ -116,9 +116,7 @@
__asm__("trapb")
#ifdef _KERNEL
-
-extern int fp_software_completion(u_int64_t regmask, struct thread *p);
-
+extern int fp_software_completion(u_int64_t regmask, struct thread *td);
#endif
#endif /* ! _MACHINE_FPU_H_ */