From d5f256dae2732558d27849edcff2edd6ee0fc897 Mon Sep 17 00:00:00 2001 From: alc Date: Sun, 25 Aug 2002 04:20:05 +0000 Subject: o Retire pmap_pageable(). It's an advisory routine that none of our platforms implements. --- sys/ia64/ia64/pmap.c | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'sys/ia64') 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 -- cgit v1.1