diff options
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r-- | arch/mips/kernel/perf_event_mipsxx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/perf_event_mipsxx.c b/arch/mips/kernel/perf_event_mipsxx.c index 811084f4e422..ab73fa2fb9b5 100644 --- a/arch/mips/kernel/perf_event_mipsxx.c +++ b/arch/mips/kernel/perf_event_mipsxx.c | |||
@@ -1325,7 +1325,7 @@ static int mipsxx_pmu_handle_shared_irq(void) | |||
1325 | 1325 | ||
1326 | regs = get_irq_regs(); | 1326 | regs = get_irq_regs(); |
1327 | 1327 | ||
1328 | perf_sample_data_init(&data, 0); | 1328 | perf_sample_data_init(&data, 0, 0); |
1329 | 1329 | ||
1330 | switch (counters) { | 1330 | switch (counters) { |
1331 | #define HANDLE_COUNTER(n) \ | 1331 | #define HANDLE_COUNTER(n) \ |