summaryrefslogtreecommitdiff
path: root/sys/arch/kbus/include/pmap.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-01-10 03:55:40 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-01-10 03:55:40 +0000
commit28100039e1f0137c4d7c12f19db829f2abda51b0 (patch)
treeecaad7ad7ac61dba89a213274739d3f49e8b7dae /sys/arch/kbus/include/pmap.h
parentc4d7e35492666ec7f56d61b18509cda8859943e2 (diff)
Fix some -Wall complaints
pmap_enter() now takes an extra arg trapsignal() now takes a union sigval as the last arg A kbus kernel now links but is untested--much more remains to be done.
Diffstat (limited to 'sys/arch/kbus/include/pmap.h')
-rw-r--r--sys/arch/kbus/include/pmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/kbus/include/pmap.h b/sys/arch/kbus/include/pmap.h
index 96627806e42..228516d859a 100644
--- a/sys/arch/kbus/include/pmap.h
+++ b/sys/arch/kbus/include/pmap.h
@@ -292,6 +292,7 @@ struct pmap kernel_pmap_store;
struct pmap kernel_pmap_store;
void pmap_bootstrap __P((vm_offset_t firstaddr));
void pmap_disp_va __P((pmap_t pmap, vm_offset_t va));
+vm_offset_t pmap_map __P((vm_offset_t, vm_offset_t, vm_offset_t, int));
struct user;
void switchexit __P((vm_map_t, struct user *, int));