]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - mm/mmap.c
guard page for stacks that grow upwards
[mv-sheeva.git] / mm / mmap.c
index 331e51af38c9c950c8295fa125c67d00ba540025..6128dc8e5ede709cada129438fbac101895aa09d 100644 (file)
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -1716,9 +1716,6 @@ static int acct_stack_growth(struct vm_area_struct *vma, unsigned long size, uns
  * PA-RISC uses this for its stack; IA64 for its Register Backing Store.
  * vma is the last one with address > vma->vm_end.  Have to extend vma.
  */
-#ifndef CONFIG_IA64
-static
-#endif
 int expand_upwards(struct vm_area_struct *vma, unsigned long address)
 {
        int error;