From 780c6cdea2d696bc1178ffdcafd07ff4a4e365b3 Mon Sep 17 00:00:00 2001 From: Andrew Perepechko Date: Tue, 5 Oct 2010 21:55:38 +0400 Subject: [PATCH] b=23701 a build fix --- lustre/ptlrpc/service.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/ptlrpc/service.c b/lustre/ptlrpc/service.c index 0d74cdf..283bb8c 100644 --- a/lustre/ptlrpc/service.c +++ b/lustre/ptlrpc/service.c @@ -1249,6 +1249,10 @@ err_req: RETURN(1); } +#ifndef noinline +#define noinline __attribute__((noinline)) +#endif + /* * The sole purpose of these functions is to avoid unreasonable stack frame * sizes such as assigned by the gcc compiler. Should NOT be inlined. -- 1.8.3.1