]> Git Repo - J-u-boot.git/commit
ppc: Create a stack frame for wait_ticks()
authorJoakim Tjernlund <[email protected]>
Mon, 16 Jul 2012 21:25:40 +0000 (21:25 +0000)
committerWolfgang Denk <[email protected]>
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 <[email protected]>
arch/powerpc/lib/ticks.S
This page took 0.028469 seconds and 4 git commands to generate.