]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc: Create a stack frame for wait_ticks()
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>
Mon, 16 Jul 2012 21:25:40 +0000 (21:25 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 2 Sep 2012 15:10:21 +0000 (17:10 +0200)
commit83f83d19354f9d9b4d5d6fc06dd9c00d2340dab5
tree194a3a632a70c399cf0c86c7f16354ce055db42c
parent64a08a9ffc0ff8c9e56b204842a5650c19b48db4
ppc: Create a stack frame for wait_ticks()

wait_ticks() calls get_ticks() without building a back chain which
makes gdb unhappy when doing back trace. This can also cause
improper memory accesses.

Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
arch/powerpc/lib/ticks.S