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 TGran64 indication was actually the opp...
details: https://anonhg.NetBSD.org/src/rev/09695531fe8c
branches: trunk
changeset: 322577:09695531fe8c
user: ryo <ryo%NetBSD.org@localhost>
date: Tue May 08 11:42:43 2018 +0000
description:
TGran64 indication was actually the opposite
diffstat:
usr.sbin/cpuctl/arch/aarch64.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 3bb3243ea9cf -r 09695531fe8c usr.sbin/cpuctl/arch/aarch64.c
--- a/usr.sbin/cpuctl/arch/aarch64.c Tue May 08 11:36:39 2018 +0000
+++ b/usr.sbin/cpuctl/arch/aarch64.c Tue May 08 11:42:43 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aarch64.c,v 1.1 2018/05/03 15:47:36 ryo Exp $ */
+/* $NetBSD: aarch64.c,v 1.2 2018/05/08 11:42:43 ryo 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.1 2018/05/03 15:47:36 ryo Exp $");
+__RCSID("$NetBSD: aarch64.c,v 1.2 2018/05/08 11:42:43 ryo Exp $");
#endif /* no lint */
#include <sys/types.h>
@@ -239,8 +239,8 @@
{
.bitpos = 24, .bitwidth = 4, .name = "TGran64",
.info = (const char *[16]) { /* 16=4bit */
- [0] = "No 64KB granule",
- [15] = "64KB granule"
+ [0] = "64KB granule",
+ [15] = "No 64KB granule"
}
},
{
Home |
Main Index |
Thread Index |
Old Index