From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 9 Apr 2007 14:28:52 -0700 From: Andrew Morton Subject: Re: [QUICKLIST 3/4] Quicklist support for x86_64 Message-Id: <20070409142852.40da5add.akpm@linux-foundation.org> In-Reply-To: <20070409182520.8559.33529.sendpatchset@schroedinger.engr.sgi.com> References: <20070409182509.8559.33823.sendpatchset@schroedinger.engr.sgi.com> <20070409182520.8559.33529.sendpatchset@schroedinger.engr.sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org Return-Path: To: Christoph Lameter Cc: linux-mm@kvack.org, ak@suse.de, linux-kernel@vger.kernel.org List-ID: On Mon, 9 Apr 2007 11:25:20 -0700 (PDT) Christoph Lameter wrote: > -static inline pgd_t *pgd_alloc(struct mm_struct *mm) > +static inline void pgd_ctor(void *x) > +static inline void pgd_dtor(void *x) Seems dumb to inline these - they're only ever called indirectly, aren't they? This means (I think) that the compiler will need to generate an out-of-line copy of these within each compilation unit which passes the address of these functions into some other function. -- 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