Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/tprof Spaces -> tabs
details: https://anonhg.NetBSD.org/src/rev/670a8e15397d
branches: trunk
changeset: 320699:670a8e15397d
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Mon Jul 16 10:57:21 2018 +0000
description:
Spaces -> tabs
diffstat:
sys/dev/tprof/tprof_armv8.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 21d56a631425 -r 670a8e15397d sys/dev/tprof/tprof_armv8.c
--- a/sys/dev/tprof/tprof_armv8.c Mon Jul 16 10:56:42 2018 +0000
+++ b/sys/dev/tprof/tprof_armv8.c Mon Jul 16 10:57:21 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tprof_armv8.c,v 1.2 2018/07/16 10:56:42 jmcneill Exp $ */
+/* $NetBSD: tprof_armv8.c,v 1.3 2018/07/16 10:57:21 jmcneill Exp $ */
/*-
* Copyright (c) 2018 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tprof_armv8.c,v 1.2 2018/07/16 10:56:42 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tprof_armv8.c,v 1.3 2018/07/16 10:57:21 jmcneill Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -220,7 +220,7 @@
int
armv8_pmu_init(void)
{
- /* Disable EL0 access to performance monitors */
+ /* Disable EL0 access to performance monitors */
reg_pmuserenr_el0_write(0);
/* Disable interrupts */
Home |
Main Index |
Thread Index |
Old Index