Revision 735c4fb916e9f83a9350aeb2680d77d01ea75094 authored by Andrew Morton on 04 March 2008, 22:28:40 UTC, committed by Linus Torvalds on 05 March 2008, 00:35:12 UTC
People are adding `noinline' in various places to prevent excess stack
consumption due to gcc inlining.  But once this is done, it is quite unobvious
why the `noinline' is present in the code.  We can comment each and every
site, or we can use noinline_for_stack.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent e8ed857
History

back to top