From 4419a9b263d16f0fd492199a36dd843474a3f644 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Sat, 14 Jan 2006 13:21:28 -0800 Subject: [PATCH] --- yaml --- r: 18532 b: refs/heads/master c: 40fc55cb69c0386504ab5184e9bea0a7aecb2bd3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/compiler-gcc3.h | 1 + trunk/include/linux/compiler-gcc4.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7cf82c384501..e1831344ff4a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9eb8ef7479b6df59645af5d89d293727b521975e +refs/heads/master: 40fc55cb69c0386504ab5184e9bea0a7aecb2bd3 diff --git a/trunk/include/linux/compiler-gcc3.h b/trunk/include/linux/compiler-gcc3.h index 4209082ee934..1698b845761f 100644 --- a/trunk/include/linux/compiler-gcc3.h +++ b/trunk/include/linux/compiler-gcc3.h @@ -13,3 +13,4 @@ #define __must_check __attribute__((warn_unused_result)) #endif +#define __always_inline inline __attribute__((always_inline)) diff --git a/trunk/include/linux/compiler-gcc4.h b/trunk/include/linux/compiler-gcc4.h index e913e9beaf69..8249115a1f73 100644 --- a/trunk/include/linux/compiler-gcc4.h +++ b/trunk/include/linux/compiler-gcc4.h @@ -6,4 +6,4 @@ #define __attribute_used__ __attribute__((__used__)) #define __must_check __attribute__((warn_unused_result)) #define __compiler_offsetof(a,b) __builtin_offsetof(a,b) - +#define __always_inline inline __attribute__((always_inline))