Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 831 → Rev 830

/kernel/trunk/genarch/src/mm/asid_fifo.c
34,7 → 34,6
 
#define FIFO_STATIC_LIMIT 1024
#define FIFO_STATIC (ASIDS_ALLOCABLE<FIFO_STATIC_LIMIT)
 
/**
* FIFO queue containing unassigned ASIDs.
* Can be only accessed when asidlock is held.