Subversion Repositories HelenOS-historic

Rev

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

Rev 552 Rev 625
Line 186... Line 186...
186
    interrupts_restore(ipl);
186
    interrupts_restore(ipl);
187
}
187
}
188
 
188
 
189
void vm_install(vm_t *m)
189
void vm_install(vm_t *m)
190
{
190
{
191
    link_t *l;
-
 
192
    ipl_t ipl;
191
    ipl_t ipl;
193
   
192
   
194
    ipl = interrupts_disable();
193
    ipl = interrupts_disable();
195
 
194
 
196
    tlb_shootdown_start();
195
    tlb_shootdown_start();