commit | 194c3bf036e7807bee581ae182793799de023bfd | [log] [tgz] |
---|---|---|
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | Mon Jul 16 21:25:40 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sun Sep 02 17:10:21 2012 +0200 |
tree | 194a3a632a70c399cf0c86c7f16354ce055db42c | |
parent | bca93831939c554d518f0757541fd299fb7649db [diff] |
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>