diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-02-27 05:41:05 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-02-27 05:41:05 +0100 |
commit | 8bc7b53014de45e872c3fdfec6501fa59572d084 (patch) | |
tree | 12b8accb554780883df2b34a674d4cb3013bd7cc | |
parent | 5da1aea7ab3cf8634e1ef061a8c6a9873fed4f4e (diff) |
Re-enable updating pvlist for kernel_pmap
This partially reverts 0744feb6
* i386/intel/pmap.c (pmap_remove_range): Update pvlist for kernel_pmap too.
-rw-r--r-- | i386/intel/pmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c index a12d2ae..b07644a 100644 --- a/i386/intel/pmap.c +++ b/i386/intel/pmap.c @@ -1362,7 +1362,6 @@ void pmap_remove_range(pmap, va, spte, epte) * Remove the mapping from the pvlist for * this physical page. */ - if (pmap != kernel_pmap) { register pv_entry_t pv_h, prev, cur; |