From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from saraswathi.solana.com (unknown [198.99.130.12]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id DEE25DDE3F for ; Sat, 1 Mar 2008 03:15:37 +1100 (EST) Date: Fri, 29 Feb 2008 10:43:03 -0500 From: Jeff Dike To: gorcunov@gmail.com Subject: Re: [RFC 08/10] um: dyn/uml.lds.S cleanup - use PAGE_SIZE macro Message-ID: <20080229154303.GC5886@c2.user-mode-linux.org> References: <20080227205831.150784453@gmail.com> <20080227210004.189002678@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20080227210004.189002678@gmail.com> Cc: chris@zankel.net, linux-m68k@vger.kernel.org, linux-m32r@ml.linux-m32r.org, takata@linux-m32r.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, paulus@samba.org, geert@linux-m68k.org, sam@ravnborg.org, rth@twiddle.net List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Feb 27, 2008 at 11:58:39PM +0300, gorcunov@gmail.com wrote: > This patch includes page.h header into liker scripts that > allow us to use PAGE_SIZE macro instead of numeric constant. > > To be able to include page.h into linker scripts page.h is > needed for some modification - i.e. we need to use __ASSEMBLY__ > and _AC macro > > Signed-off-by: Cyrill Gorcunov Needed some fixing, but it's OK. I'll forward it on. Jeff -- Work email - jdike at linux dot intel dot com From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933053AbYB2Psa (ORCPT ); Fri, 29 Feb 2008 10:48:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933007AbYB2PsC (ORCPT ); Fri, 29 Feb 2008 10:48:02 -0500 Received: from [198.99.130.12] ([198.99.130.12]:53475 "EHLO saraswathi.solana.com" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S932957AbYB2PsA (ORCPT ); Fri, 29 Feb 2008 10:48:00 -0500 Date: Fri, 29 Feb 2008 10:43:03 -0500 From: Jeff Dike To: gorcunov@gmail.com Cc: rth@twiddle.net, chris@zankel.net, linuxppc-dev@ozlabs.org, paulus@samba.org, dhowells@redhat.com, zippel@linux-m68k.org, geert@linux-m68k.org, linux-m68k@vger.kernel.org, takata@linux-m32r.org, linux-m32r@ml.linux-m32r.org, linux-kernel@vger.kernel.org, sam@ravnborg.org Subject: Re: [RFC 08/10] um: dyn/uml.lds.S cleanup - use PAGE_SIZE macro Message-ID: <20080229154303.GC5886@c2.user-mode-linux.org> References: <20080227205831.150784453@gmail.com> <20080227210004.189002678@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080227210004.189002678@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 27, 2008 at 11:58:39PM +0300, gorcunov@gmail.com wrote: > This patch includes page.h header into liker scripts that > allow us to use PAGE_SIZE macro instead of numeric constant. > > To be able to include page.h into linker scripts page.h is > needed for some modification - i.e. we need to use __ASSEMBLY__ > and _AC macro > > Signed-off-by: Cyrill Gorcunov Needed some fixing, but it's OK. I'll forward it on. Jeff -- Work email - jdike at linux dot intel dot com