Commit 074d82cf authored by David S. Miller's avatar David S. Miller

[SPARC64]: Put syscall tables after trap table.

Otherwise with too much stuff enabled in the kernel config
we can end up with an unaligned trap table.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b2bef442
...@@ -622,7 +622,6 @@ setup_tba: ...@@ -622,7 +622,6 @@ setup_tba:
restore restore
sparc64_boot_end: sparc64_boot_end:
#include "systbls.S"
#include "ktlb.S" #include "ktlb.S"
#include "tsb.S" #include "tsb.S"
#include "etrap.S" #include "etrap.S"
...@@ -650,6 +649,8 @@ swapper_tsb: ...@@ -650,6 +649,8 @@ swapper_tsb:
#include "ttable.S" #include "ttable.S"
#include "systbls.S"
.data .data
.align 8 .align 8
.globl prom_tba, tlb_type .globl prom_tba, tlb_type
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment