Blackfin: clean up /proc/cpuinfo output
authorMike Frysinger <vapier@gentoo.org>
Wed, 13 Apr 2011 21:13:23 +0000 (17:13 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 25 May 2011 12:13:42 +0000 (08:13 -0400)
commit8d011f70b08f563b007743fd446a6022f0329cd4
tree711e18013c7383639212504121b8f6c92acc38f8
parent3f62bcb259e87c9e1500b701f764c1f2ccb1da98
Blackfin: clean up /proc/cpuinfo output

The smp flush lines are too long and have too many newlines, so scale
them back to match the other lines.

The %p modifier shows "(null)" for 0, so use %08x instead.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/kernel/setup.c