Rev 3835 | Rev 3863 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3835 | Rev 3862 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | 37 | ||
38 | #ifndef KERN_sparc64_sun4v_MMU_TRAP_H_ |
38 | #ifndef KERN_sparc64_sun4v_MMU_TRAP_H_ |
39 | #define KERN_sparc64_sun4v_MMU_TRAP_H_ |
39 | #define KERN_sparc64_sun4v_MMU_TRAP_H_ |
40 | 40 | ||
41 | #include <arch/stack.h> |
41 | #include <arch/stack.h> |
42 | #include <arch/sun4v/regdef.h> |
42 | #include <arch/regdef.h> |
43 | #include <arch/sun4v/arch.h> |
43 | #include <arch/arch.h> |
44 | #include <arch/sun4v/hypercall.h> |
44 | #include <arch/sun4v/hypercall.h> |
45 | #include <arch/mm/sun4v/tlb.h> |
45 | #include <arch/mm/tlb.h> |
46 | #include <arch/mm/sun4v/mmu.h> |
46 | #include <arch/mm/mmu.h> |
47 | #include <arch/mm/sun4v/tte.h> |
47 | #include <arch/mm/tte.h> |
48 | #include <arch/trap/regwin.h> |
48 | #include <arch/trap/regwin.h> |
49 | 49 | ||
50 | #ifdef CONFIG_TSB |
50 | #ifdef CONFIG_TSB |
51 | #include <arch/mm/tsb.h> |
51 | #include <arch/mm/tsb.h> |
52 | #endif |
52 | #endif |