]> git.baikalelectronics.ru Git - kernel.git/commit
nds32: Only print one page of stack when die to prevent printing too much information.
authorGreentime Hu <greentime@andestech.com>
Thu, 23 Aug 2018 06:47:43 +0000 (14:47 +0800)
committerGreentime Hu <greentime@andestech.com>
Tue, 4 Sep 2018 06:45:19 +0000 (14:45 +0800)
commit99621a61c3a4c9a0c920d68bd61a2bbf9eda4839
tree988940583f5055284a7f12543d8385c72bc35fc3
parent6f0640d8938a677073de69a3815019fb5567023e
nds32: Only print one page of stack when die to prevent printing too much information.

It may print too much information sometimes if the stack is wrong or
too big. This patch can limit the debug information in a page of stack.

Signed-off-by: Greentime Hu <greentime@andestech.com>
arch/nds32/kernel/traps.c