]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sparc64: Be less verbose during vmemmap population.
authorDavid S. Miller <davem@davemloft.net>
Wed, 15 Aug 2012 07:37:29 +0000 (00:37 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 28 Oct 2012 17:14:16 +0000 (10:14 -0700)
commit3ba595416b15151d2eaa12578c17cbfd64c06aec
treec2099148c3802b288cefe19be0ac65eebab89271
parentd37bcccee1b807af77b5c6767cb0df295f9dfbdb
sparc64: Be less verbose during vmemmap population.

[ Upstream commit 2856cc2e4d0852c3ddaae9dcb19cb9396512eb08 ]

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 c2b91e2eec9678dbda274e906cc32ea8f711da3b
(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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/sparc/mm/init_64.c