Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18532
b: refs/heads/master
c: 40fc55c
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Jan 15, 2006
1 parent dbf7484 commit 4419a9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9eb8ef7479b6df59645af5d89d293727b521975e
refs/heads/master: 40fc55cb69c0386504ab5184e9bea0a7aecb2bd3
1 change: 1 addition & 0 deletions trunk/include/linux/compiler-gcc3.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
#define __must_check __attribute__((warn_unused_result))
#endif

#define __always_inline inline __attribute__((always_inline))
2 changes: 1 addition & 1 deletion trunk/include/linux/compiler-gcc4.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit 4419a9b

Please sign in to comment.