summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2004-04-10 22:41:46 +0000
committeralc <alc@FreeBSD.org>2004-04-10 22:41:46 +0000
commitc380417937afef2b2c96a56198d84643e6c657de (patch)
tree981776346928475e4e6a7d3ae63a45c41c6de914 /sys/alpha
parent6ccd44aa20c4206a41c3df8432df50adb52e0808 (diff)
downloadFreeBSD-src-c380417937afef2b2c96a56198d84643e6c657de.zip
FreeBSD-src-c380417937afef2b2c96a56198d84643e6c657de.tar.gz
- pmap_kenter_temporary() is unused by machine-independent code. Therefore,
move its declaration to the machine-dependent header file on those machines that use it. In principle, only i386 should have it. Alpha and AMD64 should use their direct virtual-to-physical mapping. - Remove pmap_kenter_temporary() from ia64. It is unused. Approved by: marcel@
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/include/pmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/alpha/include/pmap.h b/sys/alpha/include/pmap.h
index 6de43e1..51b813c 100644
--- a/sys/alpha/include/pmap.h
+++ b/sys/alpha/include/pmap.h
@@ -214,6 +214,7 @@ struct vmspace;
vm_offset_t pmap_steal_memory(vm_size_t);
void pmap_bootstrap(vm_offset_t, u_int);
void pmap_kenter(vm_offset_t va, vm_offset_t pa);
+void *pmap_kenter_temporary(vm_offset_t pa, int i);
void pmap_kremove(vm_offset_t);
void pmap_setdevram(unsigned long long basea, vm_offset_t sizea);
int pmap_uses_prom_console(void);
OpenPOWER on IntegriCloud