Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Al Viro and committed by
Linus Torvalds
0c426f26 be2338f3

+1 -1
+1 -1
fs/Kconfig
··· 53 53 54 54 config EXT2_FS_XIP 55 55 bool "Ext2 execute in place support" 56 - depends on EXT2_FS 56 + depends on EXT2_FS && MMU 57 57 help 58 58 Execute in place can be used on memory-backed block devices. If you 59 59 enable this option, you can select to mount block devices which are