projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9af9a41
)
fs: Kill sh dependency for binfmt_flat.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 14 May 2007 07:58:35 +0000
(16:58 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 21 May 2007 05:34:00 +0000
(14:34 +0900)
Not really sure where this bogosity came from, but there's certainly
nothing special about sh that lets us use flat files with the MMU on.
Kill the dependency, and leave it as !MMU, like it is for all of the
other nommu-wielding ports.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
fs/Kconfig.binfmt
patch
|
blob
|
blame
|
history
diff --git
a/fs/Kconfig.binfmt
b/fs/Kconfig.binfmt
index 74c64409ddbc57ecfd0fbcdfe668d001907fdc24..d4fc6095466daa2b20337d66ffaaaeb12cc4d208 100644
(file)
--- a/
fs/Kconfig.binfmt
+++ b/
fs/Kconfig.binfmt
@@
-38,7
+38,7
@@
config BINFMT_ELF_FDPIC
config BINFMT_FLAT
tristate "Kernel support for flat binaries"
- depends on !MMU
|| SUPERH
+ depends on !MMU
help
Support uClinux FLAT format binaries.