summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/fpu.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-05-22 21:20:49 +0000
committerbde <bde@FreeBSD.org>2001-05-22 21:20:49 +0000
commit5fd5877aef9414a2f90dee01474b50bae5239284 (patch)
treea86ececbb6c0435a7b5ff76f0f5e1c2e6efc99ac /sys/amd64/include/fpu.h
parent4f95148c2f75791e51d743c5c04a6a96d87089c6 (diff)
downloadFreeBSD-src-5fd5877aef9414a2f90dee01474b50bae5239284.zip
FreeBSD-src-5fd5877aef9414a2f90dee01474b50bae5239284.tar.gz
Convert npx interrupts into traps instead of vice versa. This is much
simpler for npx exceptions that start as traps (no assembly required...) and works better for npx exceptions that start as interrupts (there is no longer a problem for nested interrupts). Submitted by: original (pre-SMPng) version by luoqi
Diffstat (limited to 'sys/amd64/include/fpu.h')
-rw-r--r--sys/amd64/include/fpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/fpu.h b/sys/amd64/include/fpu.h
index 81acc46..11f0478 100644
--- a/sys/amd64/include/fpu.h
+++ b/sys/amd64/include/fpu.h
@@ -109,6 +109,7 @@ int npxdna __P((void));
void npxexit __P((struct proc *p));
void npxinit __P((int control));
void npxsave __P((struct save87 *addr));
+int npxtrap __P((void));
#endif
#endif /* !_MACHINE_NPX_H_ */
OpenPOWER on IntegriCloud