]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 8897/1: check stmfd instruction using right shift
authorLvqiang Huang <lvqiang.huang@unisoc.com>
Thu, 1 Aug 2019 07:15:23 +0000 (08:15 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Fri, 23 Aug 2019 10:32:37 +0000 (11:32 +0100)
commitec1619c73347a83297dbdc7c296a24216d5a546b
tree37f17e9e8cd96536a39188815319500534f904b4
parent43fc7ec8ade8be7c1c04827f9bd614ef048c3deb
ARM: 8897/1: check stmfd instruction using right shift

In the commit 43c876b26d3b ("ARM: make kernel oops easier to read"),
-               .word   0xe92d0000 >> 10        @ stmfd sp!, {}
+               .word   0xe92d0000 >> 11        @ stmfd sp!, {}
then the shift need to change to 11.

Signed-off-by: Lvqiang Huang <Lvqiang.Huang@unisoc.com>
Signed-off-by: Chunyan Zhang <zhang.lyra@gmail.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/lib/backtrace.S