Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754917AbZGELKE (ORCPT ); Sun, 5 Jul 2009 07:10:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751641AbZGELJz (ORCPT ); Sun, 5 Jul 2009 07:09:55 -0400 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:36303 "EHLO fgwmail6.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751487AbZGELJz (ORCPT ); Sun, 5 Jul 2009 07:09:55 -0400 X-SecurityPolicyCheck-FJ: OK by FujitsuOutboundMailChecker v1.3.1 From: KOSAKI Motohiro To: Wu Fengguang Subject: Re: [PATCH 1/5] add per-zone statistics to show_free_areas() Cc: kosaki.motohiro@jp.fujitsu.com, LKML , linux-mm , Andrew Morton , Christoph Lameter , David Rientjes , Rik van Riel In-Reply-To: <20090705110548.GA1898@localhost> References: <20090705182259.08F6.A69D9226@jp.fujitsu.com> <20090705110548.GA1898@localhost> Message-Id: <20090705200757.0911.A69D9226@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.50.07 [ja] Date: Sun, 5 Jul 2009 20:09:55 +0900 (JST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 935 Lines: 26 > On Sun, Jul 05, 2009 at 05:23:35PM +0800, KOSAKI Motohiro wrote: > > Subject: [PATCH] add per-zone statistics to show_free_areas() > > > > Currently, show_free_area() mainly display system memory usage. but it > > doesn't display per-zone memory usage information. > > > > However, if DMA zone OOM occur, Administrator definitely need to know > > per-zone memory usage information. > > DMA zone is normally lowmem-reserved. But I think the numbers still > make sense for DMA32. > > Acked-by: Wu Fengguang Yes, x86_64 have DMA and DMA32, but almost 64-bit architecture have 2 or 4GB "DMA" zone. Then, I wrote the patch description by generic name. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/