[POWERPC] Quieten cache information at boot
authorAnton Blanchard <anton@samba.org>
Sun, 14 Oct 2007 19:33:17 +0000 (05:33 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 17 Oct 2007 12:30:09 +0000 (22:30 +1000)
commit9697add0f88b439d4f5f25556785beeaf6b836b9
tree665519f0a204c8577818b09e10b3e0fd87846a03
parent1281c8bef8e85d3d6b114eab945b7e0445a3886d
[POWERPC] Quieten cache information at boot

After 6 years the ppc64 kernel still thinks its important to tell me my
cache line size is 0x80 bytes. I think most people who care know that by
now. The rest probably cant even understand the hex output.

Since we might have misconfigured firmware or cpus that have a linesize
that isnt 128 bytes, I still print it out for those cases. If people
would prefer to remove it completely, lets do it.

Also for lpar remove the htab_address printout since its not used.

Anton
ppc64 boot log usability expert

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/setup_64.c