]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - mm/nommu.c
SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG
[karo-tx-linux.git] / mm / nommu.c
index 989e2e9af5c3adc42cb250409a4b7249288e0df7..8bbbf147a79421fd59d5c616266a74b5142232e6 100644 (file)
@@ -367,6 +367,11 @@ struct vm_area_struct *find_extend_vma(struct mm_struct *mm, unsigned long addr)
        return find_vma(mm, addr);
 }
 
+int expand_stack(struct vm_area_struct *vma, unsigned long address)
+{
+       return -ENOMEM;
+}
+
 /*
  * look up the first VMA exactly that exactly matches addr
  * - should be called with mm->mmap_sem at least held readlocked