fix spelling of ozfod... I've been wondering why we'd need to fill a page
w/ non-zero data, and it turns out we don't... This is really optimized zero filled on demand, or pages that were already zero'd for us... MFC after: 3 days
This commit is contained in:
parent
a59b03bf0e
commit
244bb595f4
@ -360,7 +360,7 @@ labelkre()
|
||||
* room for extended VM stats
|
||||
*/
|
||||
mvprintw(VMSTATROW + 11, VMSTATCOL - 6, "zfod");
|
||||
mvprintw(VMSTATROW + 12, VMSTATCOL - 6, "ofod");
|
||||
mvprintw(VMSTATROW + 12, VMSTATCOL - 6, "ozfod");
|
||||
mvprintw(VMSTATROW + 13, VMSTATCOL - 6, "%%slo-z");
|
||||
mvprintw(VMSTATROW + 14, VMSTATCOL - 6, "tfree");
|
||||
extended_vm_stats = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user