Skip to content
Commit 69389837 authored by Lvqiang Huang's avatar Lvqiang Huang Committed by Russell King
Browse files

ARM: 8897/1: check stmfd instruction using right shift



In the commit ef41b5c9 ("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: default avatarLvqiang Huang <Lvqiang.Huang@unisoc.com>
Signed-off-by: default avatarChunyan Zhang <zhang.lyra@gmail.com>
Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
parent c51bc12d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment