]> git.karo-electronics.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)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 30 Oct 2012 23:26:32 +0000 (23:26 +0000)
commiteae685328a74c7731815e9e7cd12fe61ba30e3e4
tree3a02537c226901664260db6aaca54e523948794a
parenta237282d20f7e84c3ce0586d7862ecb1088dfe5b
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: Ben Hutchings <ben@decadent.org.uk>
arch/sparc/mm/init_64.c