[PATCH] [powerpc] update xmon slb code

2007-10-29 Thread Will Schmidt
[powerpc] update xmon slb code adds a bit more detail to the xmon SLB output. When the valid bit is set, This displays the ESID and VSID values, as well as decoding the segment size. (1T or 256M). This supresses the output for any slb entries that contain only zeros. I debated a bit on whether

Re: [PATCH] [powerpc] update xmon slb code

2007-10-29 Thread Olof Johansson
On Mon, Oct 29, 2007 at 02:59:27PM -0500, Will Schmidt wrote: > > [powerpc] update xmon slb code > > adds a bit more detail to the xmon SLB output. When the valid bit is > set, This displays the ESID and VSID values, as well as decoding the > segment size. (1T or 256M). This supresses the outpu

Re: [PATCH] [powerpc] update xmon slb code

2007-10-29 Thread Benjamin Herrenschmidt
> Nice, I like it! I wonder if it would make sense to (space) pad the > ESID/VSID fields so they line up, it'd make output just a little tidier. > > (If you end up changing that, please also break the long printf lines > in two.) > > Beside that it looks good to me! :) Can you also print out th