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

This commit is contained in:
Alan Cox 2002-09-21 19:42:11 +00:00
parent 5784b0a22d
commit 60b09ad43c

View File

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