Subversion Repositories HelenOS-historic

Rev

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

Rev 789 Rev 792
Line 279... Line 279...
279
   
279
   
280
    asid_install(as);
280
    asid_install(as);
281
   
281
   
282
    ipl = interrupts_disable();
282
    ipl = interrupts_disable();
283
    spinlock_lock(&as->lock);
283
    spinlock_lock(&as->lock);
284
    ASSERT(as->page_table);
-
 
285
    SET_PTL0_ADDRESS(as->page_table);
284
    SET_PTL0_ADDRESS(as->page_table);
286
    spinlock_unlock(&as->lock);
285
    spinlock_unlock(&as->lock);
287
    interrupts_restore(ipl);
286
    interrupts_restore(ipl);
288
 
287
 
289
    /*
288
    /*