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/f7b7469320e1
branches:  trunk
changeset: 324127:f7b7469320e1
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 709d0ab5c843 -r f7b7469320e1 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