Bug#327266: Breaks amarok on G5

2006-09-28 Thread Reinhard Tartler
On Sun, Jun 18, 2006 at 08:51:07PM +0200, Juergen Kreileder wrote:
 Reassigning to xine-lib because the problem is is caused by xine-lib's
 ppcasm_cacheable_memcpy().
 
 Modifying ppcasm_string.S to use 128 byte cachelines fixes the problem
 for me but it probably will cause trouble on other machines:

I've uploaded a recent cvs snapshot to experimental. Could you please
try the version 1.1.2+cvs20060923-1? I don't know if there is a ppc
buildd at all for experimental, so you'll have to build the
sourcepackage yourself. I don't have access to ppc hardware, so I can't
neither build a binary for you nor reproduce this bug.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#327266: Breaks amarok on G5

2006-06-18 Thread Juergen Kreileder
reassign 327266 xine-lib
retitle 327266 Breaks amarok on G5
thanks

Reassigning to xine-lib because the problem is is caused by xine-lib's
ppcasm_cacheable_memcpy().

Modifying ppcasm_string.S to use 128 byte cachelines fixes the problem
for me but it probably will cause trouble on other machines:

#define L1_CACHE_LINE_SIZE 128
CACHELINE_BYTES = 128
LG_CACHELINE_BYTES = 7
CACHELINE_MASK = (128 - 1)



Juergen

-- 
Juergen Kreileder, Blackdown Java-Linux Team
http://blog.blackdown.de/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]