summaryrefslogtreecommitdiff
path: root/sys/src/9/zynq
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2019-05-01 12:40:27 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2019-05-01 12:40:27 +0200
commitfe594760ebddac23e673d189d2152062ef75d8b8 (patch)
tree7dbf1a9c636c943c477787841eaa4d85d1cff78b /sys/src/9/zynq
parentb452f8857f22089adca137f32b9456a208554800 (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/zynq')
-rw-r--r--sys/src/9/zynq/mmu.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/src/9/zynq/mmu.c b/sys/src/9/zynq/mmu.c
index e3e63bd3d..918f930b5 100644
--- a/sys/src/9/zynq/mmu.c
+++ b/sys/src/9/zynq/mmu.c
@@ -242,12 +242,6 @@ mmurelease(Proc *proc)
proc->mmufree = nil;
}
-void
-countpagerefs(ulong *, int)
-{
- print("countpagerefs\n");
-}
-
uintptr
paddr(void *v)
{