summaryrefslogtreecommitdiff
path: root/sys/src/9/sgi
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/sgi
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/sgi')
-rw-r--r--sys/src/9/sgi/mmu.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/src/9/sgi/mmu.c b/sys/src/9/sgi/mmu.c
index 8af2956e2..3d7e9f569 100644
--- a/sys/src/9/sgi/mmu.c
+++ b/sys/src/9/sgi/mmu.c
@@ -461,11 +461,6 @@ checkmmu(ulong, ulong)
{
}
-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.