Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27989
b: refs/heads/master
c: 423bc7b
h: refs/heads/master
i:
  27987: 687c124
v: v3
  • Loading branch information
David Woodhouse committed May 3, 2006
1 parent 035a2c7 commit 5a577f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 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: 4f79c3ffc6e04623711e86cf9a0e09e4aad8cb36
refs/heads/master: 423bc7b22bdeb73efeabfcf91d8a459ac33088f1
19 changes: 10 additions & 9 deletions trunk/include/linux/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,16 @@ extern void __chk_io_ptr(void __iomem *);
# define __attribute_pure__ /* unimplemented */
#endif

#ifndef noinline
#define noinline
#endif

#ifndef __always_inline
#define __always_inline inline
#endif

#endif /* __KERNEL__ */

/*
* From the GCC manual:
*
Expand All @@ -146,13 +156,4 @@ extern void __chk_io_ptr(void __iomem *);
# define __attribute_const__ /* unimplemented */
#endif

#ifndef noinline
#define noinline
#endif

#ifndef __always_inline
#define __always_inline inline
#endif

#endif /* __KERNEL__ */
#endif /* __LINUX_COMPILER_H */

0 comments on commit 5a577f1

Please sign in to comment.