diff options
Diffstat (limited to 'arch/sparc64/kernel/head.S')
-rw-r--r-- | arch/sparc64/kernel/head.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/head.S b/arch/sparc64/kernel/head.S index a304845f8c56..01980014aead 100644 --- a/arch/sparc64/kernel/head.S +++ b/arch/sparc64/kernel/head.S | |||
@@ -511,13 +511,14 @@ setup_tba: | |||
511 | sparc64_boot_end: | 511 | sparc64_boot_end: |
512 | 512 | ||
513 | #include "systbls.S" | 513 | #include "systbls.S" |
514 | #include "sun4v_tlb_miss.S" | ||
515 | #include "ktlb.S" | 514 | #include "ktlb.S" |
516 | #include "tsb.S" | 515 | #include "tsb.S" |
517 | #include "etrap.S" | 516 | #include "etrap.S" |
518 | #include "rtrap.S" | 517 | #include "rtrap.S" |
519 | #include "winfixup.S" | 518 | #include "winfixup.S" |
520 | #include "entry.S" | 519 | #include "entry.S" |
520 | #include "sun4v_tlb_miss.S" | ||
521 | #include "sun4v_ivec.S" | ||
521 | 522 | ||
522 | /* | 523 | /* |
523 | * The following skip makes sure the trap table in ttable.S is aligned | 524 | * The following skip makes sure the trap table in ttable.S is aligned |