Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 680916
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/arch/x86/events/perf_event.h
0
++ b/arch/x86/events/perf_event.h
Lines 1032-1043 Link Here
1032
	return 0;
1032
	return 0;
1033
}
1033
}
1034
1034
1035
static inline int intel_cpuc_prepare(struct cpu_hw_event *cpuc, int cpu)
1035
static inline int intel_cpuc_prepare(struct cpu_hw_events *cpuc, int cpu)
1036
{
1036
{
1037
	return 0;
1037
	return 0;
1038
}
1038
}
1039
1039
1040
static inline void intel_cpuc_finish(struct cpu_hw_event *cpuc)
1040
static inline void intel_cpuc_finish(struct cpu_hw_events *cpuc)
1041
{
1041
{
1042
}
1042
}
1043
1043

Return to bug 680916