From: Lennert Buytenhek Date: Mon, 28 Aug 2006 11:51:20 +0000 (+0100) Subject: [ARM] 3761/1: fix armv4t breakage after adding thumb interworking to userspace helpers X-Git-Tag: v2.6.18-rc6~60^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=260e98edc8ae8ea862c9c222eeffb1a2eeafa7fc;p=pandora-kernel.git [ARM] 3761/1: fix armv4t breakage after adding thumb interworking to userspace helpers Patch from Lennert Buytenhek On armv4t systems, we have always compiled the kernel with -march=armv4 instead of -march=armv4t, which means that any use of bx will bomb out. Commit ba9b5d76372dc290b6ca04dad93927a22c2ac49a introduced the use of bx in the kernel, which means we need to compile with -march=armv4t on armv4t systems now. Signed-off-by: Lennert Buytenhek Signed-off-by: Russell King --- Reading git-diff-tree failed