summaryrefslogtreecommitdiff
path: root/scripts/osim-extract.py
AgeCommit message (Expand)AuthorFilesLines
2013-01-29scripts/osim-extract.py: Fix typo in basename function callTobias Klauser1-2/+1
2013-01-16scripts/osim-enter: Add script to extract component names from .osimTobias Klauser1-0/+92
2011-07-02 10:56:12 +0100 commit30891c90d81133179cc47eb77c30764a3b5dad5c (patch) tree4af470a3f2d999ec8feefce84b6d502c28cdfbb4 /arch parent40f0b90a2f16f433f9afbfef4b7c312efb54e933 (diff)
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>
Diffstat (limited to 'arch')