summaryrefslogtreecommitdiff
path: root/sys/mips
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2010-03-31 02:43:58 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2010-03-31 02:43:58 +0000
commitdfeca18773e2496197aba82520375552c78b7800 (patch)
tree287703aee599993923ce1704e4a1812f143c2651 /sys/mips
parent353be771388cfc4d47d5d58bd0b355343ec29619 (diff)
Notes
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/mips/pmap.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/mips/mips/pmap.c b/sys/mips/mips/pmap.c
index 7b106dc4a4ac..25b0b3a7bbd1 100644
--- a/sys/mips/mips/pmap.c
+++ b/sys/mips/mips/pmap.c
@@ -2903,6 +2903,11 @@ pmap_activate(struct thread *td)
critical_exit();
}
+void
+pmap_sync_icache(pmap_t pm, vm_offset_t va, vm_size_t sz)
+{
+}
+
/*
* Increase the starting virtual address of the given mapping if a
* different alignment might result in more superpage mappings.