commit | 407505dc01ac2b4f2944cd3c6a0c02473ffb869e | [log] [tgz] |
---|---|---|
author | Sonic Zhang <sonic.zhang@analog.com> | Thu Jul 16 10:36:35 2009 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Wed Sep 16 21:31:50 2009 -0400 |
tree | 73e4a061898219ac7db3afdb09d092e9b2f94612 | |
parent | 2120b68f31d3b08be99010b3992f58f07794b8b0 [diff] |
Blackfin: do not try displaying the end of the stack The end of the stack may not be valid (and that could be OK), so do not attempt to parse it. If we do, we might use a bad pointer in kernel space which makes things panic(). Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>