diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-01-07 05:37:38 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-01-07 05:37:38 +0000 |
commit | 27f65398f872a8be39f3cff5bed8e2185eb72a7a (patch) | |
tree | fc2a736a6fada935798dbe309e8caca05fb26217 /sys/arch/i386/include/pmap.h | |
parent | e232dfde38d6b0996968d4320bfea8fb18b8a79a (diff) |
Fix for final ptdi panic on i386
Diffstat (limited to 'sys/arch/i386/include/pmap.h')
-rw-r--r-- | sys/arch/i386/include/pmap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/include/pmap.h b/sys/arch/i386/include/pmap.h index 4d43e526f80..67415f52349 100644 --- a/sys/arch/i386/include/pmap.h +++ b/sys/arch/i386/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.7 1996/10/25 11:14:16 deraadt Exp $ */ +/* $OpenBSD: pmap.h,v 1.8 1997/01/07 05:37:34 tholo Exp $ */ /* $NetBSD: pmap.h,v 1.23 1996/05/03 19:26:30 christos Exp $ */ /* @@ -86,6 +86,7 @@ extern int PTDpaddr; /* physical address of kernel PTD */ void pmap_bootstrap __P((vm_offset_t start)); boolean_t pmap_testbit __P((vm_offset_t, int)); void pmap_changebit __P((vm_offset_t, int, int)); +void pmap_prefault __P((vm_map_t, vm_offset_t, vm_size_t)); #endif /* |