From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by ozlabs.org (Postfix) with ESMTP id 8F14EDDEC7 for ; Thu, 28 Feb 2008 07:57:17 +1100 (EST) Received: by ug-out-1314.google.com with SMTP id q7so522514uge.0 for ; Wed, 27 Feb 2008 12:57:14 -0800 (PST) Message-Id: <20080227204840.183335270@gmail.com> Date: Wed, 27 Feb 2008 23:48:40 +0300 From: gorcunov@gmail.com To: rth@twiddle.net, chris@zankel.net, jdike@addtoit.com, linuxppc-dev@ozlabs.org, paulus@samba.org, dhowells@redhat.com, zippel@linux-m68k.org, geert@linux-m68k.org, linux-m68k@lists.linux-m68k.org, takata@linux-m32r.org, linux-m32r@ml.linux-m32r.org, linux-kernel@vger.kernel.org Subject: [RFC 0/0] vmlinux cleanup Cc: gorcunov@gmail.com, sam@ravnborg.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This series of patches is made in purpose to use PAGE_SIZE and THREAD_SIZE macroses in vmlinux linker scripts as much as possible instead of numeric constants. Please review. WARNING: the patches are UNTESTED COMPLETELY - I've no access to that architectures and errors is highly possible ;) If you have an ability to test this patches - please do it. What is most important on review - these macroses *must* be placed into appropriate places - check it please. ANY comments are welcome. - Cyrill - --