diff options
-rw-r--r-- | arch/x86/events/amd/iommu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/events/amd/iommu.c b/arch/x86/events/amd/iommu.c index 40625ca7a190..6011a573dd64 100644 --- a/arch/x86/events/amd/iommu.c +++ b/arch/x86/events/amd/iommu.c | |||
@@ -474,6 +474,7 @@ static __init int _init_perf_amd_iommu( | |||
474 | 474 | ||
475 | static struct perf_amd_iommu __perf_iommu = { | 475 | static struct perf_amd_iommu __perf_iommu = { |
476 | .pmu = { | 476 | .pmu = { |
477 | .task_ctx_nr = perf_invalid_context, | ||
477 | .event_init = perf_iommu_event_init, | 478 | .event_init = perf_iommu_event_init, |
478 | .add = perf_iommu_add, | 479 | .add = perf_iommu_add, |
479 | .del = perf_iommu_del, | 480 | .del = perf_iommu_del, |