Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/x86 Nix outdated comment.



details:   https://anonhg.NetBSD.org/src/rev/569250e332f5
branches:  trunk
changeset: 936328:569250e332f5
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Jul 25 22:44:02 2020 +0000

description:
Nix outdated comment.

The substance of the change that introduced it was reverted, but I
neglected to revert the comment when reverting the substance.

diffstat:

 sys/arch/x86/x86/identcpu.c |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r b676388be971 -r 569250e332f5 sys/arch/x86/x86/identcpu.c
--- a/sys/arch/x86/x86/identcpu.c       Sat Jul 25 22:43:01 2020 +0000
+++ b/sys/arch/x86/x86/identcpu.c       Sat Jul 25 22:44:02 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: identcpu.c,v 1.114 2020/07/25 22:12:56 riastradh Exp $ */
+/*     $NetBSD: identcpu.c,v 1.115 2020/07/25 22:44:02 riastradh Exp $ */
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: identcpu.c,v 1.114 2020/07/25 22:12:56 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: identcpu.c,v 1.115 2020/07/25 22:44:02 riastradh Exp $");
 
 #include "opt_xen.h"
 
@@ -1001,12 +1001,6 @@
                /* Early patch of text segment. */
                x86_patch(true);
 #endif
-               /*
-                * XXX There is a bug with FPU in kernel that we
-                * haven't been able to track down yet, and all of the
-                * accelerated AES code relies on that, so it is
-                * disabled temporarily while we diagnose the bug.
-                */
 #ifdef __x86_64__      /* not yet implemented on i386 */
                if (cpu_feature[1] & CPUID2_AES)
                        aes_md_init(&aes_ni_impl);



Home | Main Index | Thread Index | Old Index