From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [66.187.233.31]) by ozlabs.org (Postfix) with ESMTP id A710FDDEC4 for ; Thu, 28 Feb 2008 23:51:22 +1100 (EST) From: David Howells In-Reply-To: <20080227210003.484325295@gmail.com> References: <20080227210003.484325295@gmail.com> <20080227205831.150784453@gmail.com> To: gorcunov@gmail.com Subject: Re: [RFC 05/10] mn10300: vmlinux.lds.S cleanup - use PAGE_SIZE, PERCPU macroses Date: Thu, 28 Feb 2008 12:50:57 +0000 Message-ID: <21077.1204203057@redhat.com> Sender: dhowells@redhat.com Cc: chris@zankel.net, linux-m68k@vger.kernel.org, linux-m32r@ml.linux-m32r.org, jdike@addtoit.com, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, paulus@samba.org, geert@linux-m68k.org, sam@ravnborg.org, takata@linux-m32r.org, rth@twiddle.net List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , gorcunov@gmail.com wrote: > Subject: [RFC 05/10] mn10300: vmlinux.lds.S cleanup - use PAGE_SIZE, PERCPU macroses > X-RedHat-Spam-Score: -1.005 > > This patch includes page.h header into liker script that > allow us to use PAGE_SIZE macro instead of numeric constant > > Also PERCPU macro is used instead of explicit section definition > > Signed-off-by: Cyrill Gorcunov Acked-by: David Howells