]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] ppc64: Cleanup proc printing of event types
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 30 Jun 2005 05:16:18 +0000 (15:16 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 30 Jun 2005 05:16:18 +0000 (15:16 +1000)
commit9b0470200a2441766599ad84f92ab9daca8ed86d
treea1863cb975d91adc16332c9e2d528767181d3b96
parented094150bdeb6eca691f1b7a05bd34d4d1a95488
[PATCH] ppc64: Cleanup proc printing of event types

The code that prints event counts by type uses a hand-coded number of tabs
to get the alignment right. Instead use a printf alignment which will allow
allow us to use the event_type strings elsewhere in the future.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc64/kernel/ItLpQueue.c