ACPI: processor idle: Practically limit "Dummy wait" workaround to old Intel systems
[platform/kernel/linux-rpi.git] / drivers / android / binder_alloc.h
index 7dea57a..1e4fd37 100644 (file)
@@ -100,7 +100,7 @@ struct binder_lru_page {
  */
 struct binder_alloc {
        struct mutex mutex;
-       struct vm_area_struct *vma;
+       unsigned long vma_addr;
        struct mm_struct *vma_vm_mm;
        void __user *buffer;
        struct list_head buffers;