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/xen | |
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/xen')
-rw-r--r-- | sys/src/9/xen/mmu.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/src/9/xen/mmu.c b/sys/src/9/xen/mmu.c index c293fdaeb..1a5c3d067 100644 --- a/sys/src/9/xen/mmu.c +++ b/sys/src/9/xen/mmu.c @@ -509,16 +509,6 @@ mmukmapsync(ulong va) } /* - * More debugging. - */ -void -countpagerefs(ulong *ref, int print) -{ - USED(ref); - USED(print); -} - -/* * Return the number of bytes that can be accessed via KADDR(pa). * If pa is not a valid argument to KADDR, return 0. */ |