summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2009-05-23 18:44:26 +0000
committeralc <alc@FreeBSD.org>2009-05-23 18:44:26 +0000
commit8c94c1ba9212fc4852e584ca1fa4ab262039fcd2 (patch)
tree3752f78b3ec8f23457f77c3b1f20197f82f8ad80 /sys/mips
parentcd8caa9b9cfb079fe39042800c8e2abad26c66b4 (diff)
downloadFreeBSD-src-8c94c1ba9212fc4852e584ca1fa4ab262039fcd2.zip
FreeBSD-src-8c94c1ba9212fc4852e584ca1fa4ab262039fcd2.tar.gz
Give pmap_enter()'s third parameter the same name that it has on amd64 and
i386. Otherwise, my next to last commit (r192628) to this file doesn't actually compile.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/mips/pmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/mips/mips/pmap.c b/sys/mips/mips/pmap.c
index c3d6060..229e198 100644
--- a/sys/mips/mips/pmap.c
+++ b/sys/mips/mips/pmap.c
@@ -1729,8 +1729,8 @@ retry:
* insert this page into the given map NOW.
*/
void
-pmap_enter(pmap_t pmap, vm_offset_t va, vm_prot_t fault_type, vm_page_t m, vm_prot_t prot,
- boolean_t wired)
+pmap_enter(pmap_t pmap, vm_offset_t va, vm_prot_t access, vm_page_t m,
+ vm_prot_t prot, boolean_t wired)
{
vm_offset_t pa, opa;
register pt_entry_t *pte;
OpenPOWER on IntegriCloud