Commit 0c426f26 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

[PATCH] ext2 XIP won't build without MMU

Disable Ext2 XIP if the kernel is configured in no-MMU mode as the former
won't build.
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent be2338f3
...@@ -53,7 +53,7 @@ config EXT2_FS_SECURITY ...@@ -53,7 +53,7 @@ config EXT2_FS_SECURITY
config EXT2_FS_XIP config EXT2_FS_XIP
bool "Ext2 execute in place support" bool "Ext2 execute in place support"
depends on EXT2_FS depends on EXT2_FS && MMU
help help
Execute in place can be used on memory-backed block devices. If you Execute in place can be used on memory-backed block devices. If you
enable this option, you can select to mount block devices which are enable this option, you can select to mount block devices which are
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment