Ignore:
File:
1 edited

Legend:

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

    ra35b458 r1b20da0  
    3030 * @{
    3131 */
    32 
     32 
    3333/**
    3434 * @file
     
    6666        fifo_create(free_asids);
    6767#endif
    68 
     68               
    6969        for (i = 0; i < ASIDS_ALLOCABLE; i++) {
    7070                fifo_push(free_asids, ASID_START + i);
Note: See TracChangeset for help on using the changeset viewer.