o Remove an initialized but unused variable from pmap_remove_all().

This commit is contained in:
Alan Cox 2002-09-02 05:13:37 +00:00
parent 5fe3ed629a
commit 660ab349e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102837

View File

@ -1476,10 +1476,8 @@ pmap_remove_all(vm_page_t m)
{
pmap_t oldpmap;
pv_entry_t pv;
int nmodify;
int s;
nmodify = 0;
#if defined(PMAP_DIAGNOSTIC)
/*
* XXX this makes pmap_page_protect(NONE) illegal for non-managed