Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2006 → Rev 2007

/trunk/kernel/genarch/src/mm/asid_fifo.c
63,9 → 63,9
{
int i;
 
#if (!FIFO_STATIC)
#if (!FIFO_STATIC)
fifo_create(free_asids);
#endif
#endif
for (i = 0; i < ASIDS_ALLOCABLE; i++) {
fifo_push(free_asids, ASID_START + i);