From: Malcolm Parsons Date: Mon, 26 Jun 2006 01:49:41 +0000 (+1000) Subject: [PATCH] uclinux: use PER_LINUX_32BIT in binfmt_flat X-Git-Tag: v2.6.18-rc1~830 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcc18e83e1f6fd9fa6b333735bf0fcd530655511;p=pandora-kernel.git [PATCH] uclinux: use PER_LINUX_32BIT in binfmt_flat binfmt_flat.c calls set_personality with PER_LINUX as the personality. On the arm architecture this results in the program running in 26bit usermode. PER_LINUX_32BIT should be used instead. This doesn't affect other architectures that use binfmt_flat. Signed-off-by: Greg Ungerer Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed