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:
1b7ae1c
)
perf tools: Remove asmlinkage define from perf.h
author
Jiri Olsa
<
[email protected]
>
Mon, 5 May 2014 10:36:38 +0000
(12:36 +0200)
committer
Jiri Olsa
<
[email protected]
>
Mon, 5 May 2014 15:47:06 +0000
(17:47 +0200)
As it's no longer used.
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 50aa88ded2544e41e4f99d2e96761f3126968a22..622949d9b86b3a9e34c9643c142cbdf5c0e8cb3d 100644
(file)
--- a/
tools/perf/perf.h
+++ b/
tools/perf/perf.h
@@
-198,11
+198,6
@@
static inline unsigned long long rdclock(void)
return ts.tv_sec * 1000000000ULL + ts.tv_nsec;
}
-/*
- * Pick up some kernel type conventions:
- */
-#define asmlinkage
-
extern bool test_attr__enabled;
void test_attr__init(void);
void test_attr__open(struct perf_event_attr *attr, pid_t pid, int cpu,