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:
826d056
)
arm64: remove traces of perf_ops_bp
author
Mark Rutland
<
[email protected]
>
Thu, 11 Aug 2016 16:59:46 +0000
(17:59 +0100)
committer
Will Deacon
<
[email protected]
>
Mon, 22 Aug 2016 09:00:48 +0000
(10:00 +0100)
Even though perf_ops_bp was removed/renamed back in commit
b0a873ebbf87bf38
("perf: Register PMU implementations"), as part of
v2.6.37, its definition still lives on in some arch headers.
This patch removes the vestigal definition from arm64.
Signed-off-by: Mark Rutland <
[email protected]
>
Cc: Catalin Marinas <
[email protected]
>
Cc: Will Deacon <
[email protected]
>
Signed-off-by: Will Deacon <
[email protected]
>
arch/arm64/include/asm/hw_breakpoint.h
patch
|
blob
|
history
diff --git
a/arch/arm64/include/asm/hw_breakpoint.h
b/arch/arm64/include/asm/hw_breakpoint.h
index 115ea2a64520776485a750b9c7d8d584a3bddb55..2487891dec46fecd6208e094e73400b4dea4996d 100644
(file)
--- a/
arch/arm64/include/asm/hw_breakpoint.h
+++ b/
arch/arm64/include/asm/hw_breakpoint.h
@@
-141,8
+141,6
@@
static inline void ptrace_hw_copy_thread(struct task_struct *task)
}
#endif
-extern struct pmu perf_ops_bp;
-
/* Determine number of BRP registers available. */
static inline int get_num_brps(void)
{