Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: 8598/1: remove traces of perf_ops_bp

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 arm.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Will Deacon <will.deacon@arm.com>
Cc: Russell King <linux@armlinux.org.uk>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Mark Rutland and committed by
Russell King
10b52a49 92bb8d5d

-1
-1
arch/arm/include/asm/hw_breakpoint.h
··· 114 114 struct perf_event; 115 115 struct pmu; 116 116 117 - extern struct pmu perf_ops_bp; 118 117 extern int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, 119 118 int *gen_len, int *gen_type); 120 119 extern int arch_check_bp_in_kernelspace(struct perf_event *bp);