[ARM] 3761/1: fix armv4t breakage after adding thumb interworking to userspace helpers
authorLennert Buytenhek <buytenh@wantstofly.org>
Mon, 28 Aug 2006 11:51:20 +0000 (12:51 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 28 Aug 2006 11:51:20 +0000 (12:51 +0100)
commit260e98edc8ae8ea862c9c222eeffb1a2eeafa7fc
tree33f7e69ca5e27c1fd2c874ddd807e4d8c6e3dc23
parent863dab453b869136453944bda63e20b6ed39c5ef
[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 <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Makefile
arch/arm/mm/Kconfig