Rev 830 | Rev 1266 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 830 | Rev 831 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | #include <typedefs.h> |
32 | #include <typedefs.h> |
33 | #include <adt/fifo.h> |
33 | #include <adt/fifo.h> |
34 | 34 | ||
35 | #define FIFO_STATIC_LIMIT 1024 |
35 | #define FIFO_STATIC_LIMIT 1024 |
36 | #define FIFO_STATIC (ASIDS_ALLOCABLE<FIFO_STATIC_LIMIT) |
36 | #define FIFO_STATIC (ASIDS_ALLOCABLE<FIFO_STATIC_LIMIT) |
- | 37 | ||
37 | /** |
38 | /** |
38 | * FIFO queue containing unassigned ASIDs. |
39 | * FIFO queue containing unassigned ASIDs. |
39 | * Can be only accessed when asidlock is held. |
40 | * Can be only accessed when asidlock is held. |
40 | */ |
41 | */ |
41 | #if FIFO_STATIC |
42 | #if FIFO_STATIC |