Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/arch/sparc/sparc Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/865e989d2f32
branches:  netbsd-9
changeset: 954187:865e989d2f32
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Mar 31 13:51:04 2021 +0000

description:
Pull up following revision(s) (requested by christos in ticket #1240):

        sys/arch/sparc/sparc/trap.c: revision 1.199

PR port-sparc/55573: remove kernel message about disabled coprocessor
instructions - it is triggered by userland trying to detect availability
of sparcv9 VIS instructions.

diffstat:

 sys/arch/sparc/sparc/trap.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r b9c664f325e5 -r 865e989d2f32 sys/arch/sparc/sparc/trap.c
--- a/sys/arch/sparc/sparc/trap.c       Wed Mar 31 13:45:54 2021 +0000
+++ b/sys/arch/sparc/sparc/trap.c       Wed Mar 31 13:51:04 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.198 2019/04/06 03:06:27 thorpej Exp $ */
+/*     $NetBSD: trap.c,v 1.198.4.1 2021/03/31 13:51:04 martin Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -49,7 +49,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.198 2019/04/06 03:06:27 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.198.4.1 2021/03/31 13:51:04 martin Exp $");
 
 #include "opt_ddb.h"
 #include "opt_compat_sunos.h"
@@ -606,7 +606,6 @@
                break;
 
        case T_CPDISABLED:
-               uprintf("coprocessor instruction\n");   /* XXX */
                sig = SIGILL;
                KSI_INIT_TRAP(&ksi);
                ksi.ksi_trap = type;



Home | Main Index | Thread Index | Old Index