Browse Source

[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: David S. Miller <davem@davemloft.net>
David S. Miller 19 years ago
parent
commit
074d82cf68
1 changed files with 2 additions and 1 deletions
  1. 2 1
      arch/sparc64/kernel/head.S

+ 2 - 1
arch/sparc64/kernel/head.S

@@ -622,7 +622,6 @@ setup_tba:
 	 restore
 sparc64_boot_end:
 
-#include "systbls.S"
 #include "ktlb.S"
 #include "tsb.S"
 #include "etrap.S"
@@ -650,6 +649,8 @@ swapper_tsb:
 
 #include "ttable.S"
 
+#include "systbls.S"
+
 	.data
 	.align	8
 	.globl	prom_tba, tlb_type