]> www.infradead.org Git - users/jedix/linux-maple.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)
committerGuangyu Sun <guangyu.sun@oracle.com>
Tue, 6 Nov 2012 00:28:33 +0000 (16:28 -0800)
commitf2d02eed32fc9263c67fe78576c1dce43455db32
treeec0e066ad88fcf2d533448cae9c38489a0e31bf5
parent4781f3705438b371f3646bb227d47916f194da22
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>
Signed-off-by: Guangyu Sun <guangyu.sun@oracle.com>
arch/sparc/mm/init_64.c