Re: [PATCH] Stop making "inline" imply forced inlining.

2007-01-19 Thread Adrian Bunk
On Fri, Jan 19, 2007 at 12:39:37PM -0500, Robert P. J. Day wrote: > On Fri, 19 Jan 2007, Adrian Bunk wrote: > > > On Fri, Jan 19, 2007 at 11:56:30AM -0500, Robert P. J. Day wrote: > > > > > > Remove the macros that define simple "inlining" to mean forced > > > inlining, since you can (and

Re: [PATCH] Stop making "inline" imply forced inlining.

2007-01-19 Thread Robert P. J. Day
On Fri, 19 Jan 2007, Adrian Bunk wrote: > On Fri, Jan 19, 2007 at 11:56:30AM -0500, Robert P. J. Day wrote: > > > > Remove the macros that define simple "inlining" to mean forced > > inlining, since you can (and *should*) get that effect with the > > CONFIG_FORCED_INLINING kernel config

Re: [PATCH] Stop making "inline" imply forced inlining.

2007-01-19 Thread Adrian Bunk
On Fri, Jan 19, 2007 at 11:56:30AM -0500, Robert P. J. Day wrote: > > Remove the macros that define simple "inlining" to mean forced > inlining, since you can (and *should*) get that effect with the > CONFIG_FORCED_INLINING kernel config variable instead. NAK. I don't see any place in the

[PATCH] Stop making "inline" imply forced inlining.

2007-01-19 Thread Robert P. J. Day
Remove the macros that define simple "inlining" to mean forced inlining, since you can (and *should*) get that effect with the CONFIG_FORCED_INLINING kernel config variable instead. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- this change was compile tested on x86 with "make

[PATCH] Stop making inline imply forced inlining.

2007-01-19 Thread Robert P. J. Day
Remove the macros that define simple inlining to mean forced inlining, since you can (and *should*) get that effect with the CONFIG_FORCED_INLINING kernel config variable instead. Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- this change was compile tested on x86 with make

Re: [PATCH] Stop making inline imply forced inlining.

2007-01-19 Thread Adrian Bunk
On Fri, Jan 19, 2007 at 11:56:30AM -0500, Robert P. J. Day wrote: Remove the macros that define simple inlining to mean forced inlining, since you can (and *should*) get that effect with the CONFIG_FORCED_INLINING kernel config variable instead. NAK. I don't see any place in the kernel

Re: [PATCH] Stop making inline imply forced inlining.

2007-01-19 Thread Robert P. J. Day
On Fri, 19 Jan 2007, Adrian Bunk wrote: On Fri, Jan 19, 2007 at 11:56:30AM -0500, Robert P. J. Day wrote: Remove the macros that define simple inlining to mean forced inlining, since you can (and *should*) get that effect with the CONFIG_FORCED_INLINING kernel config variable instead.

Re: [PATCH] Stop making inline imply forced inlining.

2007-01-19 Thread Adrian Bunk
On Fri, Jan 19, 2007 at 12:39:37PM -0500, Robert P. J. Day wrote: On Fri, 19 Jan 2007, Adrian Bunk wrote: On Fri, Jan 19, 2007 at 11:56:30AM -0500, Robert P. J. Day wrote: Remove the macros that define simple inlining to mean forced inlining, since you can (and *should*) get that