Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> writes: > > This was 2.5.x - you'll need to look in the historical-git tree. > > Here it is: > > > > : commit 4507a6a59cfc6997e532cd812a8bd244181e6205 > : Author: akpm <akpm> > : Date: Tue Mar 11 07:42:00 2003 +0000 > : > : [PATCH] work around gcc-3.x inlining bugs > : > : Force inlining even when gcc-3.x is too confused to do it for us. I think these old inlining bugs were just caused by missing __always_inline (e.g. in the vsyscall code which requires forced inlining or in copy_*_user) AFAIK these all have __always_inline these days and if any are still missing these are easy to change over as needed. So Ingo's change is likely ok. -Andi -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html