|
@@ -2759,7 +2759,6 @@ static void binder_vma_open(struct vm_area_struct *vma)
|
|
|
proc->pid, vma->vm_start, vma->vm_end,
|
|
proc->pid, vma->vm_start, vma->vm_end,
|
|
|
(vma->vm_end - vma->vm_start) / SZ_1K, vma->vm_flags,
|
|
(vma->vm_end - vma->vm_start) / SZ_1K, vma->vm_flags,
|
|
|
(unsigned long)pgprot_val(vma->vm_page_prot));
|
|
(unsigned long)pgprot_val(vma->vm_page_prot));
|
|
|
- dump_stack();
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
static void binder_vma_close(struct vm_area_struct *vma)
|
|
static void binder_vma_close(struct vm_area_struct *vma)
|