summaryrefslogtreecommitdiffstats
path: root/sys/vm/pmap.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-09-02 04:12:26 +0000
committerdg <dg@FreeBSD.org>1994-09-02 04:12:26 +0000
commit890c2cf25623d36a320cded7d5742fafcb5d9fe4 (patch)
treed51f2effefcce46dfa10184a606b8355d68094f6 /sys/vm/pmap.h
parent1d279e87925e64f8e29b8ee0baac204c6aa9a64e (diff)
downloadFreeBSD-src-890c2cf25623d36a320cded7d5742fafcb5d9fe4.zip
FreeBSD-src-890c2cf25623d36a320cded7d5742fafcb5d9fe4.tar.gz
Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().
Made pmap_update an inline assembly function.
Diffstat (limited to 'sys/vm/pmap.h')
-rw-r--r--sys/vm/pmap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h
index 4737fd4..7e65489 100644
--- a/sys/vm/pmap.h
+++ b/sys/vm/pmap.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: pmap.h,v 1.2 1994/08/02 07:55:12 davidg Exp $
+ * $Id: pmap.h,v 1.3 1994/08/06 10:25:49 davidg Exp $
*/
/*
@@ -116,7 +116,6 @@ void pmap_qremove __P((vm_offset_t, int));
void pmap_reference __P((pmap_t));
void pmap_release __P((pmap_t));
void pmap_remove __P((pmap_t, vm_offset_t, vm_offset_t));
-void pmap_update __P((void));
void pmap_zero_page __P((vm_offset_t));
__END_DECLS
#endif
OpenPOWER on IntegriCloud