summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-28 21:12:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-28 21:12:19 +0000
commit2ae2396d0741a0246544150ec2f2504ae772a707 (patch)
tree43275f57413d98937cf7099a4118ba71dd794950 /sys/arch
parenta17e248f9a93f38f7b303975e16a8be057bf0ee9 (diff)
delete balony comment; ok kettenis
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/isa/npx.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/i386/isa/npx.c b/sys/arch/i386/isa/npx.c
index 5cf28f5d05b..49d376ecd31 100644
--- a/sys/arch/i386/isa/npx.c
+++ b/sys/arch/i386/isa/npx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: npx.c,v 1.46 2009/10/26 20:30:23 kettenis Exp $ */
+/* $OpenBSD: npx.c,v 1.47 2009/10/28 21:12:18 deraadt Exp $ */
/* $NetBSD: npx.c,v 1.57 1996/05/12 23:12:24 mycroft Exp $ */
#if 0
@@ -597,11 +597,6 @@ x86fpflags_to_siginfo(u_int32_t flags)
* Otherwise, we save the previous state, if necessary, and restore our last
* saved state.
*/
-
-/*
- * XXX It is unclear if the code below is correct in the multiprocessor
- * XXX case. Check the NetBSD sources once again to be sure.
- */
int
npxdna_xmm(struct cpu_info *ci)
{