Home
last modified time | relevance | path

Searched hist:"30891 c90d81133179cc47eb77c30764a3b5dad5c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm/kernel/
H A Dentry-armv.Sdiff 30891c90d81133179cc47eb77c30764a3b5dad5c Sun Jun 26 06:47:08 CDT 2011 Russell King <rmk+kernel@arm.linux.org.uk> ARM: entry: no need to reload the SPSR value from struct pt_regs

The SVC IRQ, prefetch and data abort handlers preserve the SPSR value
via r5 across the exception. Rather than re-loading it from pt_regs,
use the preserved value instead.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>