projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dd422b
)
perf tools: Remove unlikely define from perf.h
author
Jiri Olsa
<
[email protected]
>
Mon, 5 May 2014 10:32:05 +0000
(12:32 +0200)
committer
Jiri Olsa
<
[email protected]
>
Mon, 5 May 2014 15:46:10 +0000
(17:46 +0200)
It's defined in tools/include/linux/compiler.h header.
Acked-by: Arnaldo Carvalho de Melo <
[email protected]
>
Acked-by: Peter Zijlstra <
[email protected]
>
Cc: Arnaldo Carvalho de Melo <
[email protected]
>
Cc: Borislav Petkov <
[email protected]
>
Cc: Corey Ashford <
[email protected]
>
Cc: David Ahern <
[email protected]
>
Cc: Frederic Weisbecker <
[email protected]
>
Cc: Ingo Molnar <
[email protected]
>
Cc: Namhyung Kim <
[email protected]
>
Cc: Paul Mackerras <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Jiri Olsa <
[email protected]
>
tools/perf/perf.h
patch
|
blob
|
history
diff --git
a/tools/perf/perf.h
b/tools/perf/perf.h
index 3bea2e642fa9c71b3e300b5f4a5ddf69214b6516..a547f3819a12337ca0bb1fc1df0838d5d98237f1 100644
(file)
--- a/
tools/perf/perf.h
+++ b/
tools/perf/perf.h
@@
-203,7
+203,6
@@
static inline unsigned long long rdclock(void)
*/
#define asmlinkage
-#define unlikely(x) __builtin_expect(!!(x), 0)
#define min(x, y) ({ \
typeof(x) _min1 = (x); \
typeof(y) _min2 = (y); \