Subversion Repositories HelenOS

Rev

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

Rev 1889 Rev 1891
Line 126... Line 126...
126
        /*
126
        /*
127
         * If the architecture uses some software cache
127
         * If the architecture uses some software cache
128
         * of TLB entries (e.g. TSB on sparc64), the
128
         * of TLB entries (e.g. TSB on sparc64), the
129
         * cache must be invalidated as well.
129
         * cache must be invalidated as well.
130
         */
130
         */
131
        as_invalidate_translation_cache(as, 0, 0);
131
        as_invalidate_translation_cache(as, 0, (count_t) -1);
132
       
132
       
133
        mutex_unlock(&as->lock);
133
        mutex_unlock(&as->lock);
134
 
134
 
135
        /*
135
        /*
136
         * Get the system rid of the stolen ASID.
136
         * Get the system rid of the stolen ASID.