projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2bef44
)
[SPARC64]: Put syscall tables after trap table.
author
David S. Miller
<davem@sunset.davemloft.net>
Thu, 23 Feb 2006 10:28:25 +0000
(
02:28
-0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:13:59 +0000
(
01:13
-0800)
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>
arch/sparc64/kernel/head.S
patch
|
blob
|
history
diff --git
a/arch/sparc64/kernel/head.S
b/arch/sparc64/kernel/head.S
index 8c6c4694be940f92adfadd4a1186c8c130acd77c..3eadac5e171e489e157ffbb902609274a017ce17 100644
(file)
--- a/
arch/sparc64/kernel/head.S
+++ b/
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