[PATCH 2.6.10-rc2-bk1] m32r: Fix build error ofarch/m32r/mm/fault.c

From: Hirokazu Takata
Date: Tue Nov 16 2004 - 21:47:59 EST


Hi,

Please drop "Changes for arch/m32r/mm/fault.c@xxx" or
apply the attached patch to bk-tree for m32r.

The modification of "Changes for arch/m32r/mm/fault.c@xxx" was
prepared for enforce-a-gap-between-heap-and-stack.patch(*) of -mm tree,
but it has not been merged into mainline.
(*) "heap-stack-gap for 2.6" (Sep. 25, 2004)
http://www.uwsg.iu.edu/hypermail/linux/kernel/0409.3/0435.html

So, this patch is for withdrawing the previous arch/m32r/mm/fault.c.

Thanks.

Signed-off-by: Hirokazu Takata <takata@xxxxxxxxxxxxxx>
---

arch/m32r/mm/fault.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)


diff -ruNp a/arch/m32r/mm/fault.c b/arch/m32r/mm/fault.c
--- a/arch/m32r/mm/fault.c 2004-11-15 12:16:47.000000000 +0900
+++ b/arch/m32r/mm/fault.c 2004-11-17 10:54:24.000000000 +0900
@@ -182,7 +182,7 @@ asmlinkage void do_page_fault(struct pt_
goto bad_area;
}
#endif
- if (expand_stack(vma, address, NULL))
+ if (expand_stack(vma, address))
goto bad_area;
/*
* Ok, we have a good vm_area for this memory access, so

--
Hirokazu Takata <takata@xxxxxxxxxxxxxx>
Linux/M32R Project: http://www.linux-m32r.org/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/