Rev 2071 | Rev 3635 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2089 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | 40 | ||
41 | #include <arch/mm/page.h> |
41 | #include <arch/mm/page.h> |
42 | #include <arch/mm/asid.h> |
42 | #include <arch/mm/asid.h> |
43 | #include <arch/interrupt.h> |
43 | #include <arch/interrupt.h> |
44 | #include <arch/types.h> |
44 | #include <arch/types.h> |
45 | #include <typedefs.h> |
- | |
46 | 45 | ||
47 | /** Data and instruction Translation Register indices. */ |
46 | /** Data and instruction Translation Register indices. */ |
48 | #define DTR_KERNEL 0 |
47 | #define DTR_KERNEL 0 |
49 | #define ITR_KERNEL 0 |
48 | #define ITR_KERNEL 0 |
50 | #define DTR_KSTACK1 1 |
49 | #define DTR_KSTACK1 1 |