Remove trailing whitespace from r317061
This commit is contained in:
parent
83c9dea1ba
commit
f0e56c1f62
@ -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)
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user