]> git.baikalelectronics.ru Git - kernel.git/commit
add noinline_for_stack
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 4 Mar 2008 22:28:40 +0000 (14:28 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 5 Mar 2008 00:35:12 +0000 (16:35 -0800)
commit093fca9474639b088a8f65162b6ad42ccafb1e6f
tree1e6a80c0aca5982af0ba96f8ab87e5512ad3c9dc
parent3e7bb436478e493a7d72749fdb21db18cd6b3a61
add noinline_for_stack

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>
include/linux/compiler.h