diff options
Diffstat (limited to 'i386/intel')
-rw-r--r-- | i386/intel/pmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c index dc9f360..5cfffb5 100644 --- a/i386/intel/pmap.c +++ b/i386/intel/pmap.c @@ -1597,7 +1597,7 @@ void pmap_page_protect( * Remove the mapping, collecting any modify bits. */ if (*pte & INTEL_PTE_WIRED) - panic("pmap_remove_all removing a wired page"); + panic("pmap_page_protect removing a wired page"); { int i = ptes_per_vm_page; |