]> 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)
commitef52ca8775eda81294745c6e3cfe7e7556ec1bb3
tree988940583f5055284a7f12543d8385c72bc35fc3
parent34e01c7cd29adf044bd366fd57e1b66ef48dc040
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