summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);