Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/mm/asid_fifo.c

    r4f3aa76 r6404aca  
    6565#if (!FIFO_STATIC)
    6666        fifo_create(free_asids);
    67         if (!free_asids.fifo)
    68                 panic("Not enough memory to allocate ASID FIFO");
    69         // TODO: There really is no reason not to statically allocate it
    70         //       except to keep binary size low. Once kernel is a regular ELF
    71         //       binary supporting .bss section (wip as of the late 2018),
    72         //       the dynamic option should be removed.
    7367#endif
    7468
Note: See TracChangeset for help on using the changeset viewer.