Rev 753 | Rev 823 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 753 | Rev 788 | ||
|---|---|---|---|
| Line 51... | Line 51... | ||
| 51 | #include <mm/as.h> |
51 | #include <mm/as.h> |
| 52 | #include <mm/tlb.h> |
52 | #include <mm/tlb.h> |
| 53 | #include <arch/mm/asid.h> |
53 | #include <arch/mm/asid.h> |
| 54 | #include <synch/spinlock.h> |
54 | #include <synch/spinlock.h> |
| 55 | #include <arch.h> |
55 | #include <arch.h> |
| 56 | #include <list.h> |
56 | #include <adt/list.h> |
| 57 | #include <debug.h> |
57 | #include <debug.h> |
| 58 | 58 | ||
| 59 | /** |
59 | /** |
| 60 | * asidlock protects both the asids_allocated counter |
60 | * asidlock protects both the asids_allocated counter |
| 61 | * and the list of address spaces that were already |
61 | * and the list of address spaces that were already |