Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346463
b: refs/heads/master
c: 8529091
h: refs/heads/master
i:
  346461: 066a0b1
  346459: 9c43069
  346455: 51251af
  346447: 63ec31a
  346431: ef62097
v: v3
  • Loading branch information
Josh Triplett authored and Linus Torvalds committed Dec 18, 2012
1 parent 660c820 commit 8639cda
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a5ba911ec3792168530d35e16a8ec3b6fc60bcb5
refs/heads/master: 8529091e8e2ae25e0f4003086f619765ff255e4b
2 changes: 2 additions & 0 deletions trunk/include/linux/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# define __force __attribute__((force))
# define __nocast __attribute__((nocast))
# define __iomem __attribute__((noderef, address_space(2)))
# define __must_hold(x) __attribute__((context(x,1,1)))
# define __acquires(x) __attribute__((context(x,0,1)))
# define __releases(x) __attribute__((context(x,1,0)))
# define __acquire(x) __context__(x,1)
Expand All @@ -33,6 +34,7 @@ extern void __chk_io_ptr(const volatile void __iomem *);
# define __chk_user_ptr(x) (void)0
# define __chk_io_ptr(x) (void)0
# define __builtin_warning(x, y...) (1)
# define __must_hold(x)
# define __acquires(x)
# define __releases(x)
# define __acquire(x) (void)0
Expand Down

0 comments on commit 8639cda

Please sign in to comment.