]> git.baikalelectronics.ru Git - kernel.git/commit
microblaze: Remove while(1) loop from show_regs function
authorMichal Simek <monstr@monstr.eu>
Thu, 16 Apr 2009 08:41:45 +0000 (10:41 +0200)
committerMichal Simek <monstr@monstr.eu>
Thu, 23 Apr 2009 14:09:16 +0000 (16:09 +0200)
commite49a9ac94d9aaed2a58c8001e3205214c1a9223c
tree0676af38d437cd4978623301e35f09d8364aa711
parentd836d5c1ab1a88570984e8c6d7b97944bb308045
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>
arch/microblaze/kernel/process.c