cgroup_freezer: fix freezing groups with stopped tasks
[deliverable/linux.git] / mm / nommu.c
index 73419c55eda6ddbbdfb3ece3e6d6e477ebd78600..b982290fd962dc2745c423d44e7b92f9c1db247a 100644 (file)
@@ -454,7 +454,7 @@ void  __attribute__((weak)) vmalloc_sync_all(void)
  *     between processes, it syncs the pagetable across all
  *     processes.
  */
-struct vm_struct *alloc_vm_area(size_t size)
+struct vm_struct *alloc_vm_area(size_t size, pte_t **ptes)
 {
        BUG();
        return NULL;
This page took 0.032378 seconds and 5 git commands to generate.