Skip to content
Commit 30891c90 authored by Russell King's avatar Russell King
Browse files

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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 40f0b90a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment