diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-19 15:36:28 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-19 15:36:28 +0000 |
commit | cdc2bd4c911f1300adb8829830ddd244eaf38e1b (patch) | |
tree | f1bf0a98b7ec55883363b679a2dd0515329c7997 /sys/arch/sparc/include | |
parent | e773e2ac8403ab0c81a903c03cc2db4edd5cc40a (diff) |
Ooops. sparc always needs own protos.
Diffstat (limited to 'sys/arch/sparc/include')
-rw-r--r-- | sys/arch/sparc/include/pmap.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/pmap.h b/sys/arch/sparc/include/pmap.h index 420ec119142..86c3e281bd1 100644 --- a/sys/arch/sparc/include/pmap.h +++ b/sys/arch/sparc/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.22 2001/08/18 20:50:18 art Exp $ */ +/* $OpenBSD: pmap.h,v 1.23 2001/08/19 15:36:27 art Exp $ */ /* $NetBSD: pmap.h,v 1.30 1997/08/04 20:00:47 pk Exp $ */ /* @@ -276,6 +276,8 @@ int pmap_dumpmmu __P((int (*)__P((dev_t, daddr_t, caddr_t, size_t)), /* FUNCTION DECLARATIONS FOR COMMON PMAP MODULE */ struct proc; +void pmap_activate __P((struct proc *)); +void pmap_deactivate __P((struct proc *)); void pmap_bootstrap __P((int nmmu, int nctx, int nregion)); int pmap_count_ptes __P((struct pmap *)); void pmap_prefer __P((vaddr_t, vaddr_t *)); |