From: Jeff Dike Date: Mon, 10 Jul 2006 11:45:06 +0000 (-0700) Subject: [PATCH] uml: fix static binary segfault X-Git-Tag: v2.6.18-rc2~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23bbd586ed7894982fd9323f63b2065afbb77773;p=pandora-kernel.git [PATCH] uml: fix static binary segfault When UML is built as a static binary, it segfaults when run. The reason is that a memory hole that is present in dynamic binaries isn't there in static binaries, and it contains essential stuff. This fix removes the code which maps some anonymous memory into that hole and cleans up some related code. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed