Home
last modified time | relevance | path

Searched hist:"83 f83d19354f9d9b4d5d6fc06dd9c00d2340dab5" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/powerpc/lib/
H A Dticks.Sdiff 83f83d19354f9d9b4d5d6fc06dd9c00d2340dab5 Mon Jul 16 16:25:40 CDT 2012 Joakim Tjernlund <joakim.tjernlund@transmode.se> 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>