Address a compilation warning on some architectures that was introduced

by the previous change, r321386.

Reported by:	ian
MFC after:	10 days
X-MFC after:	r321386
This commit is contained in:
alc 2017-07-23 19:35:14 +00:00
parent 82bb0f700e
commit 65ce87ce40

View File

@ -269,8 +269,9 @@ vm_fault_soft_fast(struct faultstate *fs, vm_offset_t vaddr, vm_prot_t prot,
vm_page_t m, m_map;
#if defined(__amd64__) && VM_NRESERVLEVEL > 0
vm_page_t m_super;
int flags;
#endif
int flags, psind, rv;
int psind, rv;
MPASS(fs->vp == NULL);
m = vm_page_lookup(fs->first_object, fs->first_pindex);