sparc64: Be less verbose during vmemmap population.
authorDavid S. Miller <davem@davemloft.net>
Wed, 15 Aug 2012 07:37:29 +0000 (00:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Aug 2012 07:37:29 +0000 (00:37 -0700)
commitef4667e123531b5a7af2cbf689cc84e99651ae4f
treea7468674454eca963399474c420a6b7000cfca36
parente25a63b19afb6edfba3fd246d4073c609b978db6
sparc64: Be less verbose during vmemmap population.

On a 2-node machine with 256GB of ram we get 512 lines of
console output, which is just too much.

This mimicks Yinghai Lu's x86 commit ccd3a32a52f9902d9687a8afb20161a9e7e20479
(x86_64/mm: check and print vmemmap allocation continuous) except that
we aren't ever going to get contiguous block pointers in between calls
so just print when the virtual address or node changes.

This decreases the output by an order of 16.

Also demote this to KERN_DEBUG.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/mm/init_64.c