mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
ARM: 8594/1: enable binfmt_flat on systems with an MMU
Now that the generic changes are in place, this can be enabled on ARM with the use of proper user space accessors in the flat_get_addr_from_rp() and flat_put_addr_at_rp() handlers as rp actually holds a user space address. Signed-off-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
55604b7ab1
commit
d782e426b8
@@ -89,7 +89,7 @@ config BINFMT_SCRIPT
|
||||
|
||||
config BINFMT_FLAT
|
||||
bool "Kernel support for flat binaries"
|
||||
depends on !MMU || M68K
|
||||
depends on !MMU || ARM || M68K
|
||||
depends on !FRV || BROKEN
|
||||
help
|
||||
Support uClinux FLAT format binaries.
|
||||
|
||||
Reference in New Issue
Block a user