git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f10e2e5
)
powerpc: Fix lwsync patching code on 64bit
author
Anton Blanchard
<anton@samba.org>
Wed, 10 Feb 2010 01:07:19 +0000
(
01:07
+0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Wed, 17 Feb 2010 03:03:15 +0000
(14:03 +1100)
do_lwsync_fixups doesn't work on 64bit, we end up writing lwsyncs to the
wrong addresses:
0:mon> di
c0000001000bfacc
c0000001000bfacc
7c2004ac
lwsync
Since the lwsync section has negative offsets we need to use a signed int
pointer so we sign extend the value.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found