summaryrefslogtreecommitdiffstats
path: root/sys/mips/mips
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2010-05-25 05:42:12 +0000
committerneel <neel@FreeBSD.org>2010-05-25 05:42:12 +0000
commit65c373c5d5d7ba43dc64bacbb76e320ccbbae661 (patch)
tree706eb32365e45e3055281d40e7ad1ab61deffb38 /sys/mips/mips
parent54739180f58e45d974d8c6ef01214f98e9af2868 (diff)
downloadFreeBSD-src-65c373c5d5d7ba43dc64bacbb76e320ccbbae661.zip
FreeBSD-src-65c373c5d5d7ba43dc64bacbb76e320ccbbae661.tar.gz
Fix mips kernel build breakage caused by revision 208504.
Diffstat (limited to 'sys/mips/mips')
-rw-r--r--sys/mips/mips/pmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mips/mips/pmap.c b/sys/mips/mips/pmap.c
index 2975c7d..57a63ad 100644
--- a/sys/mips/mips/pmap.c
+++ b/sys/mips/mips/pmap.c
@@ -2765,6 +2765,7 @@ pmap_mincore(pmap_t pmap, vm_offset_t addr, vm_paddr_t *locked_pa)
{
pt_entry_t *ptep, pte;
vm_offset_t pa;
+ vm_page_t m;
int val;
boolean_t managed;
OpenPOWER on IntegriCloud