Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1890 → Rev 1891

/trunk/kernel/genarch/src/mm/asid.c
128,7 → 128,7
* of TLB entries (e.g. TSB on sparc64), the
* cache must be invalidated as well.
*/
as_invalidate_translation_cache(as, 0, 0);
as_invalidate_translation_cache(as, 0, (count_t) -1);
mutex_unlock(&as->lock);