diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-05-01 12:40:27 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-05-01 12:40:27 +0200 |
commit | fe594760ebddac23e673d189d2152062ef75d8b8 (patch) | |
tree | 7dbf1a9c636c943c477787841eaa4d85d1cff78b /sys/src/9/pc64/mmu.c | |
parent | b452f8857f22089adca137f32b9456a208554800 (diff) |
kernel: get rid of checkpagerefs() debugging
was only implemented by the pc kernel. does not
account pages used by the mount cache.
Diffstat (limited to 'sys/src/9/pc64/mmu.c')
-rw-r--r-- | sys/src/9/pc64/mmu.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/src/9/pc64/mmu.c b/sys/src/9/pc64/mmu.c index 45bc76d40..9261354e8 100644 --- a/sys/src/9/pc64/mmu.c +++ b/sys/src/9/pc64/mmu.c @@ -468,12 +468,6 @@ cankaddr(uintptr pa) return -KZERO - pa; } -void -countpagerefs(ulong *ref, int print) -{ - USED(ref, print); -} - KMap* kmap(Page *page) { |