Rev 3665 | Rev 3862 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3665 | Rev 3770 | ||
|---|---|---|---|
| Line 39... | Line 39... | ||
| 39 | * shootdown messages). |
39 | * shootdown messages). |
| 40 | */ |
40 | */ |
| 41 | 41 | ||
| 42 | #include <mm/tlb.h> |
42 | #include <mm/tlb.h> |
| 43 | #include <mm/asid.h> |
43 | #include <mm/asid.h> |
| 44 | #include <arch/mm/tlb.h> |
- | |
| 45 | #include <smp/ipi.h> |
44 | #include <smp/ipi.h> |
| 46 | #include <synch/spinlock.h> |
45 | #include <synch/spinlock.h> |
| 47 | #include <atomic.h> |
46 | #include <atomic.h> |
| 48 | #include <arch/interrupt.h> |
47 | #include <arch/interrupt.h> |
| 49 | #include <config.h> |
48 | #include <config.h> |