Re: Problem with memcpy on ppc8536

2009-06-19 Thread Lorenz Kolb
Could you please try the following patch, I am quite sure that checking for > 4 was accidentially done within io.c instead of >= 4 as if it's 4 we still can copy a 32-bit word. Some hardware might not be happy about 8-bit accesses... Index: 2.6.30-source/arch/powerpc/kernel/io.c ==

Re: Problem with memcpy on ppc8536

2009-06-19 Thread Albrecht Dreß
Am 19.06.09 19:06 schrieb(en) Lorenz Kolb: Could you please try the following patch, I am quite sure that checking for > 4 was accidentially done within io.c instead of >= 4 as if it's 4 we still can copy a 32-bit word. Some hardware might not be happy about 8-bit accesses... I submitted t

Re: Problem with memcpy on ppc8536

2009-06-19 Thread Wolfram Sang
On Fri, Jun 19, 2009 at 07:06:18PM +0200, Lorenz Kolb wrote: > Could you please try the following patch, I am quite sure that checking > for > 4 was accidentially done within io.c instead of >= 4 as if it's 4 > we still can copy a 32-bit word. Some hardware might not be happy about > 8-bit a

Re: Problem with memcpy on ppc8536

2009-06-19 Thread Lorenz Kolb
Could you please try the following patch, I am quite sure that checking for > 4 was accidentially done within io.c instead of >= 4 as if it's 4 we still can copy a 32-bit word. Some hardware might not be happy about 8-bit accesses... Index: 2.6.30-source/arch/powerpc/kernel/io.c ==

RE: Problem with memcpy on ppc8536

2009-06-18 Thread Liu Dave-R63238
Subject: Problem with memcpy on ppc8536 Hello, I am trying to debug a crash during memcpy while copying data from the FCM buffer of an mpc8536 to the ddr ram. I debugged memcpy enough through my BDI3000 to see that the entire contents of the fcm

Problem with memcpy on ppc8536

2009-06-18 Thread Fahd Abidi
Hello, I am trying to debug a crash during memcpy while copying data from the FCM buffer of an mpc8536 to the ddr ram. I debugged memcpy enough through my BDI3000 to see that the entire contents of the fcm buffer I want moved are actually moved off to memory location I specify. The crash comes af