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 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);