Skip to content

Commit

Permalink
[SPARC64]: Put syscall tables after trap table.
Browse files Browse the repository at this point in the history
Otherwise with too much stuff enabled in the kernel config
we can end up with an unaligned trap table.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent b2bef44 commit 074d82c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/sparc64/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ setup_tba:
restore
sparc64_boot_end:

#include "systbls.S"
#include "ktlb.S"
#include "tsb.S"
#include "etrap.S"
Expand Down Expand Up @@ -650,6 +649,8 @@ swapper_tsb:

#include "ttable.S"

#include "systbls.S"

.data
.align 8
.globl prom_tba, tlb_type
Expand Down

0 comments on commit 074d82c

Please sign in to comment.