commit | 51eb6dc9ca40d086c102bb868ba7f29f33a30f6f | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Thu Apr 16 10:41:45 2009 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Thu Apr 23 16:09:16 2009 +0200 |
tree | 0676af38d437cd4978623301e35f09d8364aa711 | |
parent | f2ec24fd42d52a52829070b5e31d9a17d145df30 [diff] |
microblaze: Remove while(1) loop from show_regs function I removed it because of show_regs can't break die function. If process/kernel failed, die (do_exit) function resolve it. Signed-off-by: Michal Simek <monstr@monstr.eu>