Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 103b3934 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Ingo Molnar
Browse files

perf, x86: P4 PMU -- Use perf_sample_data_init helper



Instead of opencoded assignments better to use
perf_sample_data_init helper.

Tested-by: default avatarLin Ming <ming.m.lin@intel.com>
Signed-off-by: default avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: default avatarDon Zickus <dzickus@redhat.com>
Cc: Cyrill Gorcunov <gorcunov@gmail.com>
Link: http://lkml.kernel.org/r/1303398203-2918-2-git-send-email-dzickus@redhat.com


Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent eff430de
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -912,8 +912,7 @@ static int p4_pmu_handle_irq(struct pt_regs *regs)
	int idx, handled = 0;
	u64 val;

	data.addr = 0;
	data.raw = NULL;
	perf_sample_data_init(&data, 0);

	cpuc = &__get_cpu_var(cpu_hw_events);