X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2Fnommu.c;h=b982290fd962dc2745c423d44e7b92f9c1db247a;hb=11da3764a7b413c4e66138bd7bdb5bacd11617a6;hp=73419c55eda6ddbbdfb3ece3e6d6e477ebd78600;hpb=d30cc16c8e48368e0518f4975a78711e53e14a0f;p=pandora-kernel.git diff --git a/mm/nommu.c b/mm/nommu.c index 73419c55eda6..b982290fd962 100644 --- a/mm/nommu.c +++ b/mm/nommu.c @@ -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;