summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2000-05-29 19:21:01 +0000
committerdfr <dfr@FreeBSD.org>2000-05-29 19:21:01 +0000
commit14048face6f821f6a6cf8102a2b378d94fb8750f (patch)
treee77939b5d16aefb6956ab90989e60b5347bc3c7c /sys/alpha
parentbd858e3aaef6eb1d44e854d155e6d4d0ff464d89 (diff)
downloadFreeBSD-src-14048face6f821f6a6cf8102a2b378d94fb8750f.zip
FreeBSD-src-14048face6f821f6a6cf8102a2b378d94fb8750f.tar.gz
Brucify the pmap_enter_temporary() changes.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/alpha/pmap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/alpha/alpha/pmap.c b/sys/alpha/alpha/pmap.c
index da127c6..7cdf67e 100644
--- a/sys/alpha/alpha/pmap.c
+++ b/sys/alpha/alpha/pmap.c
@@ -2205,10 +2205,10 @@ retry:
* Make temporary mapping for a physical address. This is called
* during dump.
*/
-vm_offset_t
-pmap_enter_temporary(vm_offset_t pa, vm_prot_t prot)
+void *
+pmap_kenter_temporary(vm_offset_t pa)
{
- return ALPHA_PHYS_TO_K0SEG(pa);
+ return (void *) ALPHA_PHYS_TO_K0SEG(pa);
}
#define MAX_INIT_PT (96)
OpenPOWER on IntegriCloud