Change free to used in new coremap function.

This commit is contained in:
Geoffrey Challen
2016-03-05 11:00:48 -05:00
parent a367007689
commit a07a4b75c1
3 changed files with 6 additions and 7 deletions

View File

@@ -128,7 +128,7 @@ free_kpages(vaddr_t addr)
unsigned
int
coremap_free_bytes() {
coremap_used_bytes() {
/* dumbvm doesn't track page allocations. Return 0 so that khu works. */