From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 3885EDDE0F for ; Tue, 21 Aug 2007 07:43:19 +1000 (EST) In-Reply-To: <20070820145836.3fd8af11.sfr@canb.auug.org.au> References: <20070820145836.3fd8af11.sfr@canb.auug.org.au> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [PATCH] [POWERPC] iSeries: clean up lparmap mess Date: Mon, 20 Aug 2007 23:43:05 +0200 To: Stephen Rothwell Cc: ppc-dev , paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > We need to have xLparMap in ead_64.S so that it is at a fixed address +h > (because the linker will not resolve (address & 0xffffffff) for us). > But the assembler miscalculates the KERNEL_VSID() expressions. So put > the confusing expressions into asm-offset.c. > > Signed-off-by: Stephen Rothwell Looks just fine. It puts some stuff into head that doesn't really belong there, but it sort-of was there already anyway ;-) Nice cleanup no matter what, great :-) > Segher: this was plan C :-) Your plan C, my plan F :-) Segher