Rev 730 | Rev 830 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 730 | Rev 788 | ||
---|---|---|---|
Line 28... | Line 28... | ||
28 | 28 | ||
29 | #include <genarch/mm/asid_fifo.h> |
29 | #include <genarch/mm/asid_fifo.h> |
30 | #include <arch/mm/asid.h> |
30 | #include <arch/mm/asid.h> |
31 | #include <mm/asid.h> |
31 | #include <mm/asid.h> |
32 | #include <typedefs.h> |
32 | #include <typedefs.h> |
33 | #include <fifo.h> |
33 | #include <adt/fifo.h> |
34 | 34 | ||
35 | /** |
35 | /** |
36 | * FIFO queue containing unassigned ASIDs. |
36 | * FIFO queue containing unassigned ASIDs. |
37 | * Can be only accessed when asidlock is held. |
37 | * Can be only accessed when asidlock is held. |
38 | */ |
38 | */ |