[ofa-general] Re: __always_inline macro usage

Roland Dreier rdreier at cisco.com
Mon Oct 22 14:42:30 PDT 2007


 > Several of the GCC compilers (I tried out gcc 4.1.1 on Red Hat Enterprise Linux 5, 
 > gcc 4.1.0 on SuSE SLES 10, and gcc 3.4.6 on RHEL4 update 5) do not recognize this macro
 > (and consequently emit a compilation error).

Something is fishy with your compilation process.  __always_inline
should never be visible to gcc; it is a macro defined in <linux/compiler.h>.

 - R.



More information about the general mailing list