projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0626d79
)
[Blackfin] arch: do not use fixed numbers to describe offsets - no functional changes
author
Robin Getz
<robin.getz@analog.com>
Fri, 21 Dec 2007 09:48:07 +0000
(17:48 +0800)
committer
Bryan Wu
<bryan.wu@analog.com>
Fri, 21 Dec 2007 09:48:07 +0000
(17:48 +0800)
Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
arch/blackfin/mach-common/entry.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/mach-common/entry.S
b/arch/blackfin/mach-common/entry.S
index dc9d3ee2e69113ef9168c5ce4acf501e1057c760..1b25b57c8c05007fcd4e73fb30c4cbb37f30a539 100644
(file)
--- a/
arch/blackfin/mach-common/entry.S
+++ b/
arch/blackfin/mach-common/entry.S
@@
-329,7
+329,7
@@
ENTRY(_exception_to_level5)
R7 = R7 + R6;
P5 = R7;
R1 = [P5];
- [SP +
8
] = r1;
+ [SP +
PT_SEQSTAT
] = r1;
r0 = sp; /* stack frame pt_regs pointer argument ==> r0 */
SP += -12;