Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205221
b: refs/heads/master
c: 71d1d5c
h: refs/heads/master
i:
  205219: 8c61e90
v: v3
  • Loading branch information
Paul E. McKenney committed Jun 14, 2010
1 parent ee9529b commit c50c127
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: f5155b33277c9678041a27869165619bb34f722f
refs/heads/master: 71d1d5c722db9ae3b3f9c08ef7ddcd7759fbb1e0
2 changes: 2 additions & 0 deletions trunk/include/linux/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# define __release(x) __context__(x,-1)
# define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0)
# define __percpu __attribute__((noderef, address_space(3)))
# define __rcu
extern void __chk_user_ptr(const volatile void __user *);
extern void __chk_io_ptr(const volatile void __iomem *);
#else
Expand All @@ -34,6 +35,7 @@ extern void __chk_io_ptr(const volatile void __iomem *);
# define __release(x) (void)0
# define __cond_lock(x,c) (c)
# define __percpu
# define __rcu
#endif

#ifdef __KERNEL__
Expand Down

0 comments on commit c50c127

Please sign in to comment.