Searched hist:"87276 f721a9407a4a152b09265dc079f37674672" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/um/os-Linux/ |
H A D | mem.c | diff 87276f721a9407a4a152b09265dc079f37674672 Tue Apr 11 07:53:39 CEST 2006 Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> [PATCH] uml: fix big stack user
Switch this proc from storing 4k of data (a whole path) on the stack to keeping it on the heap.
Maybe it's not called in process context but only in early boot context (where in UML you have a normal process stack on the host) but just to be safe, fix it.
While at it some little readability simplifications.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|