Rev 2085 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2085 | Rev 2089 | ||
|---|---|---|---|
| Line 42... | Line 42... | ||
| 42 | 42 | ||
| 43 | #ifndef __ASM__ |
43 | #ifndef __ASM__ |
| 44 | 44 | ||
| 45 | #include <arch/mm/asid.h> |
45 | #include <arch/mm/asid.h> |
| 46 | #include <synch/spinlock.h> |
46 | #include <synch/spinlock.h> |
| - | 47 | #include <adt/list.h> |
|
| 47 | #include <typedefs.h> |
48 | #include <mm/as.h> |
| 48 | 49 | ||
| 49 | #endif |
50 | #endif |
| 50 | 51 | ||
| 51 | #define ASID_KERNEL 0 |
52 | #define ASID_KERNEL 0 |
| 52 | #define ASID_INVALID 1 |
53 | #define ASID_INVALID 1 |