|
@@ -940,7 +940,9 @@ unsigned long max_sane_readahead(unsigned long nr);
|
|
|
|
|
|
/* Do stack extension */
|
|
/* Do stack extension */
|
|
extern int expand_stack(struct vm_area_struct *vma, unsigned long address);
|
|
extern int expand_stack(struct vm_area_struct *vma, unsigned long address);
|
|
|
|
+#ifdef CONFIG_IA64
|
|
extern int expand_upwards(struct vm_area_struct *vma, unsigned long address);
|
|
extern int expand_upwards(struct vm_area_struct *vma, unsigned long address);
|
|
|
|
+#endif
|
|
|
|
|
|
/* Look up the first VMA which satisfies addr < vm_end, NULL if none. */
|
|
/* Look up the first VMA which satisfies addr < vm_end, NULL if none. */
|
|
extern struct vm_area_struct * find_vma(struct mm_struct * mm, unsigned long addr);
|
|
extern struct vm_area_struct * find_vma(struct mm_struct * mm, unsigned long addr);
|