Subversion Repositories HelenOS-historic

Rev

Rev 6 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 31
Line 177... Line 177...
177
    for(l = m->vm_area_head.next; l != &m->vm_area_head; l = l->next)
177
    for(l = m->vm_area_head.next; l != &m->vm_area_head; l = l->next)
178
        vm_area_unmap(list_get_instance(l, vm_area_t, link));
178
        vm_area_unmap(list_get_instance(l, vm_area_t, link));
179
 
179
 
180
    spinlock_unlock(&m->lock);
180
    spinlock_unlock(&m->lock);
181
 
181
 
182
    tlb_invalidate(0);
-
 
183
    tlb_shootdown_finalize();
182
    tlb_shootdown_finalize();
184
 
183
 
185
    cpu_priority_restore(pri);
184
    cpu_priority_restore(pri);
186
}
185
}