Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86791
b: refs/heads/master
c: 735c4fb
h: refs/heads/master
i:
  86789: c8783ac
  86787: 5fe0467
  86783: d60ca20
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Mar 5, 2008
1 parent ee7859f commit 0df5d89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e8ed857c64e3ae62e27606ae58bc7371b5daccb1
refs/heads/master: 735c4fb916e9f83a9350aeb2680d77d01ea75094
6 changes: 6 additions & 0 deletions trunk/include/linux/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ extern void __chk_io_ptr(const volatile void __iomem *);
#define noinline
#endif

/*
* Rather then using noinline to prevent stack consumption, use
* noinline_for_stack instead. For documentaiton reasons.
*/
#define noinline_for_stack noinline

#ifndef __always_inline
#define __always_inline inline
#endif
Expand Down

0 comments on commit 0df5d89

Please sign in to comment.