Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/sparc64 Use proper SYSCTL_DESCR() macro
details: https://anonhg.NetBSD.org/src/rev/c8fa0939c758
branches: trunk
changeset: 795945:c8fa0939c758
user: palle <palle%NetBSD.org@localhost>
date: Tue May 13 19:39:40 2014 +0000
description:
Use proper SYSCTL_DESCR() macro
diffstat:
sys/arch/sparc64/sparc64/machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b3294789dff5 -r c8fa0939c758 sys/arch/sparc64/sparc64/machdep.c
--- a/sys/arch/sparc64/sparc64/machdep.c Tue May 13 19:36:16 2014 +0000
+++ b/sys/arch/sparc64/sparc64/machdep.c Tue May 13 19:39:40 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.276 2014/05/13 19:14:05 palle Exp $ */
+/* $NetBSD: machdep.c,v 1.277 2014/05/13 19:39:40 palle Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.276 2014/05/13 19:14:05 palle Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.277 2014/05/13 19:39:40 palle Exp $");
#include "opt_ddb.h"
#include "opt_multiprocessor.h"
@@ -460,7 +460,7 @@
sysctl_createv(clog, 0, NULL, NULL,
CTLFLAG_PERMANENT|CTLFLAG_IMMEDIATE,
CTLTYPE_INT, "vis",
- "Supported version of VIS instruction set",
+ SYSCTL_DESCR("supported version of VIS instruction set"),
NULL, get_vis(), NULL, 0,
CTL_MACHDEP, CPU_VIS, CTL_EOL);
}
Home |
Main Index |
Thread Index |
Old Index