Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191143
b: refs/heads/master
c: 618038d
h: refs/heads/master
i:
  191141: 64935b3
  191139: 09e48a5
  191135: e26d797
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Mar 26, 2010
1 parent d386cec commit 4354d29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 4b8cf84624e9a58a21aaac3d064222092ae234e0
refs/heads/master: 618038df3588fdfcaccfd40057f36ce792bee252
2 changes: 0 additions & 2 deletions trunk/tools/perf/perf.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ static inline unsigned long long rdclock(void)
#define __user
#define asmlinkage

#define __used __attribute__((__unused__))

#define unlikely(x) __builtin_expect(!!(x), 0)
#define min(x, y) ({ \
typeof(x) _min1 = (x); \
Expand Down
2 changes: 2 additions & 0 deletions trunk/tools/perf/util/include/linux/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
#define __user
#define __attribute_const__

#define __used __attribute__((__unused__))

#endif

0 comments on commit 4354d29

Please sign in to comment.