diff options
Diffstat (limited to 'arch/ia64/kernel/perfmon.c')
-rw-r--r-- | arch/ia64/kernel/perfmon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/kernel/perfmon.c b/arch/ia64/kernel/perfmon.c index b81e46b1629b..703062c44fb9 100644 --- a/arch/ia64/kernel/perfmon.c +++ b/arch/ia64/kernel/perfmon.c | |||
@@ -2315,6 +2315,7 @@ pfm_smpl_buffer_alloc(struct task_struct *task, struct file *filp, pfm_context_t | |||
2315 | DPRINT(("Cannot allocate vma\n")); | 2315 | DPRINT(("Cannot allocate vma\n")); |
2316 | goto error_kmem; | 2316 | goto error_kmem; |
2317 | } | 2317 | } |
2318 | INIT_LIST_HEAD(&vma->anon_vma_chain); | ||
2318 | 2319 | ||
2319 | /* | 2320 | /* |
2320 | * partially initialize the vma for the sampling buffer | 2321 | * partially initialize the vma for the sampling buffer |