From 0df5d8981b69c0a1a66cb010914c5c33e2654d8d Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Tue, 4 Mar 2008 14:28:40 -0800 Subject: [PATCH] --- yaml --- r: 86791 b: refs/heads/master c: 735c4fb916e9f83a9350aeb2680d77d01ea75094 h: refs/heads/master i: 86789: c8783acc545c100485c1ed29cbc6768862b3c36a 86787: 5fe04679284db77dc1c83028c9226f54bb446b92 86783: d60ca20516b72df57f943fbad6f44eff3ad28c04 v: v3 --- [refs] | 2 +- trunk/include/linux/compiler.h | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 1dcb2cafae46..a328ec211c00 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e8ed857c64e3ae62e27606ae58bc7371b5daccb1 +refs/heads/master: 735c4fb916e9f83a9350aeb2680d77d01ea75094 diff --git a/trunk/include/linux/compiler.h b/trunk/include/linux/compiler.h index d0e17e1657dc..dcae0c8d97e6 100644 --- a/trunk/include/linux/compiler.h +++ b/trunk/include/linux/compiler.h @@ -138,6 +138,12 @@ extern void __chk_io_ptr(const volatile void __iomem *); #define noinline #endif +/* + * Rather then using noinline to prevent stack consumption, use + * noinline_for_stack instead. For documentaiton reasons. + */ +#define noinline_for_stack noinline + #ifndef __always_inline #define __always_inline inline #endif