From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [PATCH 4/4] mm: variable length argument support From: Peter Zijlstra In-Reply-To: <20070606094401.GA10393@linux-sh.org> References: <20070605150523.786600000@chello.nl> <20070605151203.790585000@chello.nl> <20070606013658.20bcbe2f.akpm@linux-foundation.org> <1181120061.7348.177.camel@twins> <20070606020651.19a89dca.akpm@linux-foundation.org> <1181122473.7348.188.camel@twins> <20070606094401.GA10393@linux-sh.org> Content-Type: text/plain Date: Wed, 06 Jun 2007 11:47:00 +0200 Message-Id: <1181123220.7348.193.camel@twins> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org Return-Path: To: Paul Mundt Cc: Andrew Morton , linux-kernel@vger.kernel.org, parisc-linux@lists.parisc-linux.org, linux-mm@kvack.org, linux-arch@vger.kernel.org, Ollie Wild , Ingo Molnar , Andi Kleen List-ID: On Wed, 2007-06-06 at 18:44 +0900, Paul Mundt wrote: > On Wed, Jun 06, 2007 at 11:34:33AM +0200, Peter Zijlstra wrote: > > +static void flush_arg_page(struct linux_binprm *bprm, unsigned long pos, > > + struct page *page) > > +{ > > + flush_cache_page(bprm->vma, pos, page_to_pfn(page)); > > +} > > + > [snip] > > > @@ -253,6 +305,17 @@ static void free_arg_pages(struct linux_ > > free_arg_page(bprm, i); > > } > > > > +static void flush_arg_page(struct linux_binprm *bprm, unsigned long pos, > > + struct page *page) > > +{ > > +} > > + > inline? could do I guess, but doesn't this modern gcc thing auto inline statics that are so small? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org