Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/cpuctl/arch Fix mvfr0.fptrap = 0 description



details:   https://anonhg.NetBSD.org/src/rev/c6ad0029c471
branches:  trunk
changeset: 447768:c6ad0029c471
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Jan 23 07:41:54 2019 +0000

description:
Fix mvfr0.fptrap = 0 description

diffstat:

 usr.sbin/cpuctl/arch/aarch64.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 847848a5a8a0 -r c6ad0029c471 usr.sbin/cpuctl/arch/aarch64.c
--- a/usr.sbin/cpuctl/arch/aarch64.c    Wed Jan 23 07:40:05 2019 +0000
+++ b/usr.sbin/cpuctl/arch/aarch64.c    Wed Jan 23 07:41:54 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aarch64.c,v 1.5 2018/12/20 07:10:23 ryo Exp $  */
+/*     $NetBSD: aarch64.c,v 1.6 2019/01/23 07:41:54 skrll Exp $        */
 
 /*
  * Copyright (c) 2018 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -29,7 +29,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: aarch64.c,v 1.5 2018/12/20 07:10:23 ryo Exp $");
+__RCSID("$NetBSD: aarch64.c,v 1.6 2019/01/23 07:41:54 skrll Exp $");
 #endif /* no lint */
 
 #include <sys/types.h>
@@ -312,7 +312,7 @@
        {
                .bitpos = 12, .bitwidth = 4, .name = "FPTrap",
                .info = (const char *[16]) { /* 16=4bit */
-                       [0] = "VFPv2 support exception trapping",
+                       [0] = "No floating point exception trapping support",
                        [1] = "VFPv2/VFPv3/VFPv4 support exception trapping"
                }
        },



Home | Main Index | Thread Index | Old Index