Re: [PATCH] powerpc: Fix xmon ml/mz commands to work with 64-bit values

2011-05-03 Thread Benjamin Herrenschmidt
On Wed, 2011-05-04 at 14:43 +1000, Benjamin Herrenschmidt wrote: > On Fri, 2011-04-08 at 08:18 -0400, Josh Boyer wrote: > > The ml and and mz commands in xmon currently only work on 32-bit values. > > This leads to odd issues when trying to use them on a ppc64 machine. If > > one specified 64-bit

Re: [PATCH] powerpc: Fix xmon ml/mz commands to work with 64-bit values

2011-05-03 Thread Benjamin Herrenschmidt
On Fri, 2011-04-08 at 08:18 -0400, Josh Boyer wrote: > The ml and and mz commands in xmon currently only work on 32-bit values. > This leads to odd issues when trying to use them on a ppc64 machine. If > one specified 64-bit addresses to mz, it would loop on the same output > indefinitely. The ml

[PATCH] powerpc: Fix xmon ml/mz commands to work with 64-bit values

2011-04-08 Thread Josh Boyer
The ml and and mz commands in xmon currently only work on 32-bit values. This leads to odd issues when trying to use them on a ppc64 machine. If one specified 64-bit addresses to mz, it would loop on the same output indefinitely. The ml command would fail to find any 64-bit values in a memory ran