diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 21:12:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 21:12:19 +0000 |
commit | 2ae2396d0741a0246544150ec2f2504ae772a707 (patch) | |
tree | 43275f57413d98937cf7099a4118ba71dd794950 /sys/arch | |
parent | a17e248f9a93f38f7b303975e16a8be057bf0ee9 (diff) |
delete balony comment; ok kettenis
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/isa/npx.c | 7 |
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) { |