summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/powerpc/aim/locore.S5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/powerpc/aim/locore.S b/sys/powerpc/aim/locore.S
index 62dd006..235e13a 100644
--- a/sys/powerpc/aim/locore.S
+++ b/sys/powerpc/aim/locore.S
@@ -81,8 +81,9 @@
* Globals
*/
.data
+ .align 4
GLOBAL(tmpstk)
- .space 8208
+ .space 8192
GLOBAL(esym)
.long 0 /* end of symbol table */
@@ -153,7 +154,7 @@ __start:
lis 1,tmpstk@ha
addi 1,1,tmpstk@l
- addi 1,1,8192
+ addi 1,1,8192-16
mfmsr 0
lis 9,ofmsr@ha
OpenPOWER on IntegriCloud