Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc PR port-sparc/55573: remove kernel mess...



details:   https://anonhg.NetBSD.org/src/rev/3873ad866147
branches:  trunk
changeset: 937283:3873ad866147
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Aug 14 13:45:44 2020 +0000

description:
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 a01bac26a4a0 -r 3873ad866147 sys/arch/sparc/sparc/trap.c
--- a/sys/arch/sparc/sparc/trap.c       Fri Aug 14 13:40:25 2020 +0000
+++ b/sys/arch/sparc/sparc/trap.c       Fri Aug 14 13:45:44 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.198 2019/04/06 03:06:27 thorpej Exp $ */
+/*     $NetBSD: trap.c,v 1.199 2020/08/14 13:45:44 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.199 2020/08/14 13:45:44 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