Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763556AbYF0Wqe (ORCPT ); Fri, 27 Jun 2008 18:46:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754858AbYF0WqY (ORCPT ); Fri, 27 Jun 2008 18:46:24 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:55002 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1753182AbYF0WqX (ORCPT ); Fri, 27 Jun 2008 18:46:23 -0400 Date: Fri, 27 Jun 2008 15:46:23 -0700 (PDT) Message-Id: <20080627.154623.29942091.davem@davemloft.net> To: hannes@saeurebad.de Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Subject: Re: [PATCH 17/20] sparc64: use generic show_mem() From: David Miller In-Reply-To: <20080627120050.347718797@saeurebad.de> References: <20080627115349.743368154@saeurebad.de> <20080627120050.347718797@saeurebad.de> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 962 Lines: 26 From: Johannes Weiner Date: Fri, 27 Jun 2008 13:54:06 +0200 > Remove arch-specific show_mem() in favor of the generic version. > > This also removes the following redundant information display: > > - free swap pages, printed by show_swap_cache_info() > - pages in swapcache, printed by show_swap_cache_info() > - dirty pages, writeback pages, mapped pages, slab pages, > pagetables pages, printed by show_free_areas() > > where show_mem() calls show_free_areas(), which calls > show_swap_cache_info(). > > Signed-off-by: Johannes Weiner > CC: David S. Miller Thank you for doing this work: Acked-by: David S. Miller -- 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/