From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935277AbYBCMlS (ORCPT ); Sun, 3 Feb 2008 07:41:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751019AbYBCMlH (ORCPT ); Sun, 3 Feb 2008 07:41:07 -0500 Received: from hu-out-0506.google.com ([72.14.214.227]:51946 "EHLO hu-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751014AbYBCMlF (ORCPT ); Sun, 3 Feb 2008 07:41:05 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=U+Y3MLRp3JOZITY3qAmfBCyHHKLFR2D1M+lNS20iwikKaMcpN7+/KD5scPYPEeRi1pAOaND9JnY6apaff/6p4rL/6s1k4EZZ+eF8gLEd2OZ7L0cfgSWEvLhh3MAhs3QK3rj70xyiDUkxBos9bzphfu7ob0GBxmAhFEgiBwSDmKQ= Date: Sun, 3 Feb 2008 15:40:41 +0300 From: Cyrill Gorcunov To: Sam Ravnborg Cc: linux-kernel@vger.kernel.org, davem@davemloft.net, bryan.wu@analog.com, hskinnemoen@atmel.co, dhowells@redhat.com Subject: Re: [patch 0/4] cleanup - use _AC macro to define PAGE_SIZE Message-ID: <20080203124041.GA6724@cvg> References: <47a5a65d.03eb300a.07b8.130e@mx.google.com> <20080203122239.GF20810@uranus.ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080203122239.GF20810@uranus.ravnborg.org> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [Sam Ravnborg - Sun, Feb 03, 2008 at 01:22:39PM +0100] | On Sun, Feb 03, 2008 at 02:22:17PM +0300, Cyrill Gorcunov wrote: | > This patch series removes code duplication for PAGE_SIZE | > definition on various architectures. | > | > Please review. Any comments are welcome. *UNTESTED* | | Looks good. | Could you do a followup patch for each architecture introducing | use of PAGE_SIZE in their respective kernel/vmlinux.lds.S too? | I think more than your 4 listed architectures could need this fix. | | Sam | Hi, Sam, i'll try but a bit lately, ok? - Cyrill -