Subversion Repositories HelenOS-historic

Rev

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

Rev 727 Rev 740
Line 123... Line 123...
123
        /*
123
        /*
124
         * Get the system rid of the stolen ASID.
124
         * Get the system rid of the stolen ASID.
125
         */
125
         */
126
        tlb_shootdown_start(TLB_INVL_ASID, asid, 0, 0);
126
        tlb_shootdown_start(TLB_INVL_ASID, asid, 0, 0);
127
        tlb_shootdown_finalize();
127
        tlb_shootdown_finalize();
-
 
128
        tlb_invalidate_asid(asid);
128
        as->asid = ASID_INVALID;
129
        as->asid = ASID_INVALID;
129
       
130
       
130
        spinlock_unlock(&as->lock);
131
        spinlock_unlock(&as->lock);
131
    } else {
132
    } else {
132
 
133