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