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/mtx | |
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/mtx')
-rw-r--r-- | sys/src/9/mtx/mmu.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/src/9/mtx/mmu.c b/sys/src/9/mtx/mmu.c index 791c968da..c4030ce8f 100644 --- a/sys/src/9/mtx/mmu.c +++ b/sys/src/9/mtx/mmu.c @@ -229,11 +229,6 @@ checkmmu(uintptr, uintptr) { } -void -countpagerefs(ulong*, int) -{ -} - /* * Return the number of bytes that can be accessed via KADDR(pa). * If pa is not a valid argument to KADDR, return 0. |