Module Name: src Committed By: jmcneill Date: Mon Jul 16 10:57:21 UTC 2018
Modified Files: src/sys/dev/tprof: tprof_armv8.c Log Message: Spaces -> tabs To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/tprof/tprof_armv8.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/tprof/tprof_armv8.c diff -u src/sys/dev/tprof/tprof_armv8.c:1.2 src/sys/dev/tprof/tprof_armv8.c:1.3 --- src/sys/dev/tprof/tprof_armv8.c:1.2 Mon Jul 16 10:56:42 2018 +++ src/sys/dev/tprof/tprof_armv8.c Mon Jul 16 10:57:21 2018 @@ -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 <jmcne...@invisible.ca> @@ -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 @@ armv8_pmu_intr(void *priv) int armv8_pmu_init(void) { - /* Disable EL0 access to performance monitors */ + /* Disable EL0 access to performance monitors */ reg_pmuserenr_el0_write(0); /* Disable interrupts */