[BUG] Revert 0b05e2d671c4 'powerpc/32: cacheable_memcpy becomes memcpy'

Segher Boessenkool segher at kernel.crashing.org
Fri Sep 18 01:38:10 AEST 2015


On Thu, Sep 17, 2015 at 04:38:52PM +0200, Thomas Gleixner wrote:
> [    2.398263] Instruction dump:
> [    2.401297] 01000000 00037000 00000000 00000000 f0000000 00000001 0a641e09 acde4823 
> [    2.409237] 000f0000 179a7b00 07de2900 03ef1480 <01f78a40> 0001c200 60000000 9421fff0 

Those are not instructions (until the nop).

Starting three back from the failing instruction, those are

	396000000 132000000 66000000 <33000000> 115200

so something has been scribbling what looks like clock frequencies
over your code.  Judging from the register contents this has happened
some time before.

Some device trees have similar numbers, e.g. media5200.dts does.


Segher


More information about the Linuxppc-dev mailing list