Rev 3862 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3862 | Rev 4638 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | /** |
32 | /** |
33 | * @file |
33 | * @file |
34 | * @brief This file contains fast MMU trap handlers. |
34 | * @brief This file contains fast MMU trap handlers. |
35 | */ |
35 | */ |
36 | 36 | ||
37 | #ifndef KERN_sparc64_sun4u_MMU_TRAP_H_ |
37 | #ifndef KERN_sparc64_MMU_TRAP_H_ |
38 | #define KERN_sparc64_sun4u_MMU_TRAP_H_ |
38 | #define KERN_sparc64_MMU_TRAP_H_ |
39 | 39 | ||
40 | #if defined (SUN4U) |
40 | #if defined (SUN4U) |
41 | #include <arch/trap/sun4u/mmu.h> |
41 | #include <arch/trap/sun4u/mmu.h> |
42 | #elif defined (SUN4V) |
42 | #elif defined (SUN4V) |
43 | #include <arch/trap/sun4v/mmu.h> |
43 | #include <arch/trap/sun4v/mmu.h> |