[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)
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>

No differences found