]> git.neil.brown.name Git - history.git/commit
[PATCH] quieten down per-zone memory stats
authorJesse Barnes <jbarnes@engr.sgi.com>
Mon, 2 Aug 2004 03:12:21 +0000 (20:12 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 2 Aug 2004 03:12:21 +0000 (20:12 -0700)
commit460afa83eefbd70df3be8c9b5123f742c6086fd3
tree88df0dfe88d75aef19aec1d9ae289af1b1450eb2
parent1768a3ac17e06f3d6e2883929a35ef6a63749192
[PATCH] quieten down per-zone memory stats

On a system with a lot of nodes, 4 lines of output per node is a lot to
have to sit through as the system comes up, especially if you're on the
other end of a slow serial link.  The information is valuable though, so
keep it around for the system logger.  This patch makes the printks for the
memory stats use KERN_DEBUG instead of the default loglevel.

Signed-off-by: Jesse Barnes <jbarnes@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/page_alloc.c