]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
powerpc/mm/slice: Update slice mask printing to use bitmap printing.
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 22 Mar 2017 03:36:52 +0000 (09:06 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 31 Mar 2017 12:09:56 +0000 (23:09 +1100)
commit302413cad56820d4cd0d4fb66d01c81b4fcb1a10
tree8f68ac84c69c0cac6247ff33bdd0f636ce22109a
parent82185222ff984edb50fc2adc752a46490843ecee
powerpc/mm/slice: Update slice mask printing to use bitmap printing.

We now get output like below which is much better.

[    0.935306]  good_mask low_slice: 0-15
[    0.935360]  good_mask high_slice: 0-511

Compared to

[    0.953414]  good_mask:1111111111111111 - 1111111111111.........

I also fixed an error with slice_dbg printing.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/slice.c