From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Michael Neuling To: Stephen Rothwell Subject: Re: [PATCH] PowerPC:kernel: make additional room in exception vector area In-reply-to: <20130325161435.ffff94805826bc7cad2c7de4@canb.auug.org.au> References: <51428C81.6000204@asianux.com> <25841.1363323174@ale.ozlabs.ibm.com> <5142AE27.7060003@asianux.com> <514AA0D9.1090509@asianux.com> <10123.1363906486@ale.ozlabs.ibm.com> <514C0061.8080004@asianux.com> <29457.1364169818@ale.ozlabs.ibm.com> <514FA8F3.1030102@asianux.com> <20130325161435.ffff94805826bc7cad2c7de4@canb.auug.org.au> Date: Mon, 25 Mar 2013 17:07:17 +1100 Message-ID: <5944.1364191637@ale.ozlabs.ibm.com> Cc: matt@ozlabs.org, Chen Gang , "linux-kernel@vger.kernel.org" , "paulus@samba.org" , imunsie@au1.ibm.com, linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Stephen Rothwell wrote: > Hi all, > > On Mon, 25 Mar 2013 09:31:31 +0800 Chen Gang wrote: > > > > The FWNMI region is fixed at 0x7000 and the vector are now overflowing > > that with allmodconfig. Fix that by moving slb_miss_realmode code out > > of that region as it doesn't need to be that close to the call sites > > (it is a _GLOBAL function) > > > > Signed-off-by: Chen Gang > > --- > > arch/powerpc/kernel/exceptions-64s.S | 144 +++++++++++++++++----------------- > > 1 files changed, 72 insertions(+), 72 deletions(-) > > Thanks, Chen, > > I have applied this to linux-next today and pending the builds overnight, > will send it to Linus tomorrow or Wednesday. sfr, FYI you're gonna need this one also to make allmodconfig work. http://patchwork.ozlabs.org/patch/230244/ Mikey