summaryrefslogtreecommitdiff
path: root/i386/intel
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-02-27 05:41:05 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-02-27 05:41:05 +0100
commit8bc7b53014de45e872c3fdfec6501fa59572d084 (patch)
tree12b8accb554780883df2b34a674d4cb3013bd7cc /i386/intel
parent5da1aea7ab3cf8634e1ef061a8c6a9873fed4f4e (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.
Diffstat (limited to 'i386/intel')
-rw-r--r--i386/intel/pmap.c1
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;