Rev 3743 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3743 | Rev 3770 | ||
---|---|---|---|
Line 26... | Line 26... | ||
26 | # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | # |
27 | # |
28 | 28 | ||
29 | #include <arch/arch.h> |
29 | #include <arch/arch.h> |
30 | #include <arch/sun4u/arch.h> |
30 | #include <arch/sun4u/arch.h> |
31 | #include <arch/cpu.h> |
31 | #include <arch/sun4u/cpu.h> |
32 | #include <arch/sun4u/regdef.h> |
32 | #include <arch/sun4u/regdef.h> |
33 | #include <arch/boot/boot.h> |
33 | #include <arch/boot/boot.h> |
34 | #include <arch/stack.h> |
34 | #include <arch/stack.h> |
35 | 35 | ||
- | 36 | #include <arch/mm/pagesize.h> |
|
36 | #include <arch/mm/sun4u/mmu.h> |
37 | #include <arch/mm/sun4u/mmu.h> |
37 | #include <arch/mm/tlb.h> |
- | |
38 | #include <arch/mm/sun4u/tlb.h> |
38 | #include <arch/mm/sun4u/tlb.h> |
39 | #include <arch/mm/sun4u/tte.h> |
39 | #include <arch/mm/sun4u/tte.h> |
40 | 40 | ||
41 | #ifdef CONFIG_SMP |
41 | #ifdef CONFIG_SMP |
42 | #include <arch/context_offset.h> |
42 | #include <arch/context_offset.h> |