Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 752 → Rev 753

/kernel/trunk/genarch/src/mm/asid.c
94,7 → 94,7
ipl = interrupts_disable();
spinlock_lock(&asidlock);
if (ASID_STEALING_ENABLED && asids_allocated == ASIDS_ALLOCABLE) {
if (asids_allocated == ASIDS_ALLOCABLE) {
 
/*
* All ASIDs are already allocated.