[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080705171024.GA4723@infradead.org>
Date: Sat, 5 Jul 2008 13:10:24 -0400
From: Christoph Hellwig <hch@...radead.org>
To: Denys Vlasenko <vda.linux@...glemail.com>
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Deinline a few functions in mmap.c
On Sat, Jul 05, 2008 at 06:37:30PM +0200, Denys Vlasenko wrote:
> #if defined(CONFIG_STACK_GROWSUP) || defined(CONFIG_IA64)
> /*
> * PA-RISC uses this for its stack; IA64 for its Register Backing Store.
> * vma is the last one with address > vma->vm_end. Have to extend vma.
> */
> #ifndef CONFIG_IA64
> -static inline
> +static
> #endif
Unrelated note, but I think this ifdef should go. We've always prefered
slightly less possible optimizations over horribly ugly ifdefs.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists