|
@@ -31,7 +31,8 @@
|
|
/*
|
|
/*
|
|
* Force always-inline if the user requests it so via the .config:
|
|
* Force always-inline if the user requests it so via the .config:
|
|
*/
|
|
*/
|
|
-#if !defined(CONFIG_OPTIMIZE_INLINING) && (__GNUC__ >= 4)
|
|
|
|
|
|
+#if !defined(CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING) || \
|
|
|
|
+ !defined(CONFIG_OPTIMIZE_INLINING) && (__GNUC__ >= 4)
|
|
# define inline inline __attribute__((always_inline))
|
|
# define inline inline __attribute__((always_inline))
|
|
# define __inline__ __inline__ __attribute__((always_inline))
|
|
# define __inline__ __inline__ __attribute__((always_inline))
|
|
# define __inline __inline __attribute__((always_inline))
|
|
# define __inline __inline __attribute__((always_inline))
|