diff options
author | 2009-10-28 21:12:18 +0000 | |
---|---|---|
committer | 2009-10-28 21:12:18 +0000 | |
commit | b3963ffa1f6d8ea6c94f7878f3f554bd5c5fb3a7 (patch) | |
tree | 2abc93ab9263184ef51d9ae3cc931a763aa46883 | |
parent | *NULL store in IP_AUTH_LEVEL, IP_ESP_TRANS_LEVEL, IP_ESP_NETWORK_LEVEL, (diff) | |
download | wireguard-openbsd-b3963ffa1f6d8ea6c94f7878f3f554bd5c5fb3a7.tar.xz wireguard-openbsd-b3963ffa1f6d8ea6c94f7878f3f554bd5c5fb3a7.zip |
delete balony comment; ok kettenis
-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) { |