mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
Removed printing of cnt.v_nzfod: we don't implement this in the kernel.
This commit is contained in:
parent
a34297995a
commit
42d825e109
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7347
@ -556,7 +556,6 @@ dosum()
|
||||
(void)printf("%9u pages examined by the page daemon\n", sum.v_pdpages);
|
||||
(void)printf("%9u pages reactivated\n", sum.v_reactivated);
|
||||
(void)printf("%9u intransit blocking page faults\n", sum.v_intrans);
|
||||
(void)printf("%9u zero fill pages allocated\n", sum.v_nzfod);
|
||||
(void)printf("%9u zero fill pages zeroed\n", sum.v_zfod);
|
||||
(void)printf("%9u copy-on-write faults\n", sum.v_cow_faults);
|
||||
(void)printf("%9u total VM faults taken\n", sum.v_vm_faults);
|
||||
|
Loading…
Reference in New Issue
Block a user