From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle McMartin Subject: Re: [PATCH] fix compile failure with non-modular builds Date: Thu, 11 Sep 2008 12:06:31 -0400 Message-ID: <20080911160631.GB31713@phobos.i.cabal.ca> References: <1221148575.3330.4.camel@localhost.localdomain> <20080911160101.GA31713@phobos.i.cabal.ca> <1221148954.3330.6.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Kyle McMartin , Parisc List To: James Bottomley Return-path: In-Reply-To: <1221148954.3330.6.camel@localhost.localdomain> List-ID: List-Id: linux-parisc.vger.kernel.org On Thu, Sep 11, 2008 at 11:02:34AM -0500, James Bottomley wrote: > On Thu, 2008-09-11 at 12:01 -0400, Kyle McMartin wrote: > > On Thu, Sep 11, 2008 at 10:56:15AM -0500, James Bottomley wrote: > > > commit deac93df26b20cf8438339b5935b5f5643bc30c9 > > > Author: James Bottomley > > > Date: Wed Sep 3 20:43:36 2008 -0500 > > > > > > lib: Correct printk %pF to work on all architectures > > > > > > Broke the non modular builds by moving an essential function into > > > modules.c. Fix this by moving it out again and into asm/sections.h as > > > an inline. > > > > > > Signed-off-by: James Bottomley > > > > Ack. Want to just fire it off to the big penguin, or should I submit it > > with the unwind fix in the meantime? > > We have this, that and the RTC fix ... I'd say that's enough to maintain > a tree. > Yeah, I cherrypicked from the parisc-2.6 branch for 2.6.27 (crap, haven't pushed the tree out, my bad.) I didn't want to 'rename' the tree since sfr is using "parisc-2.6" to mean "parisc-next-2.6" right now. I'll push out a parisc-2.6.27.git tree later today. r, Kyle