Thread (5 messages) flat view 5 messages, 5 authors, 2007-06-04

Re: ps3 64-bit kernel: patched prpmc2800.c (fwd)

From: Paul Mackerras <hidden>
Date: 2007-06-03 01:51:56

Maik Nijhuis writes:
I managed to fix this issue as follows: At the end of
arch/powerpc/boot/prpmc2800.c, there is an assembly instruction

rlwinm  10,10,0,~(1<<15)

I replaced this by

rlwinm  10,10,0,~(1<<15) & ((1<<32)-1)
It is a binutils bug, and Alan Modra has a patch for it.  In the
meantime the best thing would be to change that to

	rlwinm	10,10,0,17,15

which is equivalent.

Paul.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help