summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2002-08-25 04:20:05 +0000
committeralc <alc@FreeBSD.org>2002-08-25 04:20:05 +0000
commitd5f256dae2732558d27849edcff2edd6ee0fc897 (patch)
tree9e774de7b8e085e5217b328431e0a451c2d7200b /sys/ia64
parent1bdbc52de73cf71badcb2564c142d3bd1b49eada (diff)
downloadFreeBSD-src-d5f256dae2732558d27849edcff2edd6ee0fc897.zip
FreeBSD-src-d5f256dae2732558d27849edcff2edd6ee0fc897.tar.gz
o Retire pmap_pageable(). It's an advisory routine that none
of our platforms implements.
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/pmap.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/sys/ia64/ia64/pmap.c b/sys/ia64/ia64/pmap.c
index 202a9b3..114bb15 100644
--- a/sys/ia64/ia64/pmap.c
+++ b/sys/ia64/ia64/pmap.c
@@ -2075,27 +2075,6 @@ pmap_copy_page(vm_page_t msrc, vm_page_t mdst)
bcopy((caddr_t) src, (caddr_t) dst, PAGE_SIZE);
}
-
-/*
- * Routine: pmap_pageable
- * Function:
- * Make the specified pages (by pmap, offset)
- * pageable (or not) as requested.
- *
- * A page which is not pageable may not take
- * a fault; therefore, its page table entry
- * must remain valid for the duration.
- *
- * This routine is merely advisory; pmap_enter
- * will specify that these pages are to be wired
- * down (or not) as appropriate.
- */
-void
-pmap_pageable(pmap_t pmap, vm_offset_t sva, vm_offset_t eva,
- boolean_t pageable)
-{
-}
-
/*
* Returns true if the pmap's pv is one of the first
* 16 pvs linked to from this page. This count may
OpenPOWER on IntegriCloud