[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081115075750.GA11109@uranus.ravnborg.org>
Date: Sat, 15 Nov 2008 08:57:50 +0100
From: Sam Ravnborg <sam@...nborg.org>
To: Hugh Dickins <hugh@...itas.com>
Cc: Ingo Molnar <mingo@...e.hu>,
Christoph Lameter <cl@...ux-foundation.org>,
Nick Piggin <nickpiggin@...oo.com.au>,
linux-kernel@...r.kernel.org
Subject: Re: CONFIG_OPTIMIZE_INLINING fun
>
> I do wonder whether there's some tweak we could make to page-flags.h
> which would stop this nonsense. Change the inline functions back to
> macros? I suspect that by itself wouldn't work, and my quick attempt
> to try it failed abysmally to compile, I've not the cpp foo needed.
Try declaring the inline functions as __always_inline
This undo the effect of CONFIG_OPTIMIZE_INLINING=n.
Sam
--
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