powerpc: Stack Pointer not properly aligned
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>
Mon, 23 Jul 2012 10:58:03 +0000 (10:58 +0000)
committerAndy Fleming <afleming@freescale.com>
Wed, 22 Aug 2012 21:07:42 +0000 (16:07 -0500)
commit7de8a7169e0e87c960d06c60570bc062416e681f
tree07c3a054dde7952701357d375080d124477b5120
parent89f4289958c12e6b64a6073f820255c1f719c5cc
powerpc: Stack Pointer not properly aligned

The code first aligns the SP to 16 then subtract 8, making it
8 bytes aligned. Furthermore the initial stack frame not
quite correct either.

Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
Signed-off-by: Andy Fleming <afleming@freescale.com>
arch/powerpc/lib/board.c