Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2092 → Rev 2093

/trunk/kernel/generic/include/mm/asid.h
58,7 → 58,7
 
#define ASIDS_ALLOCABLE ((ASID_MAX + 1) - ASID_START)
 
extern spinlock_t asidlock;
SPINLOCK_EXTERN(asidlock);
extern link_t as_with_asid_head;
 
#ifndef asid_get