summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2017-04-17 18:57:26 +0000
committerEd Maste <emaste@FreeBSD.org>2017-04-17 18:57:26 +0000
commitf0e56c1f62d62a6a48e56e16e62313a6631ec160 (patch)
tree299544a847b0cc9e6626f3d82cd8cecf0a39d7f8
parent83c9dea1bac40c7c7cbde4ccb3d747134311ab5a (diff)
Notes
-rw-r--r--sys/arm64/include/counter.h2
-rw-r--r--sys/compat/linprocfs/linprocfs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm64/include/counter.h b/sys/arm64/include/counter.h
index e37c34f463af..18b6606566d0 100644
--- a/sys/arm64/include/counter.h
+++ b/sys/arm64/include/counter.h
@@ -33,7 +33,7 @@
#include <machine/atomic.h>
extern struct pcpu __pcpu[];
-
+
#define EARLY_COUNTER &__pcpu[0].pc_early_dummy_counter
#define counter_enter() do {} while (0)
diff --git a/sys/compat/linprocfs/linprocfs.c b/sys/compat/linprocfs/linprocfs.c
index 09f015ea5514..ea4d9465748b 100644
--- a/sys/compat/linprocfs/linprocfs.c
+++ b/sys/compat/linprocfs/linprocfs.c
@@ -434,7 +434,7 @@ linprocfs_dostat(PFS_FILL_ARGS)
(uintmax_t)VM_CNT_FETCH(v_vnodepgsout),
(uintmax_t)VM_CNT_FETCH(v_swappgsin),
(uintmax_t)VM_CNT_FETCH(v_swappgsout),
- (uintmax_t)VM_CNT_FETCH(v_intr),
+ (uintmax_t)VM_CNT_FETCH(v_intr),
(uintmax_t)VM_CNT_FETCH(v_swtch),
(long long)boottime.tv_sec);
return (0);