projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21e2414
)
riscv: Make SYS_SUPPORTS_HUGETLBFS depends on MMU
author
Kefeng Wang
<wangkefeng.wang@huawei.com>
Mon, 11 May 2020 02:19:58 +0000
(10:19 +0800)
committer
Palmer Dabbelt
<palmerdabbelt@google.com>
Wed, 13 May 2020 00:41:24 +0000
(17:41 -0700)
HUGETLBFS only used when MMU enabled, add the dependency.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/Kconfig
patch
|
blob
|
history
diff --git
a/arch/riscv/Kconfig
b/arch/riscv/Kconfig
index 24f5a834547728c316bc02914409d4ae38a91f4b..a31e1a41913a5dc9c08825bfe7f766283e2056e3 100644
(file)
--- a/
arch/riscv/Kconfig
+++ b/
arch/riscv/Kconfig
@@
-136,6
+136,7
@@
config ARCH_SUPPORTS_DEBUG_PAGEALLOC
def_bool y
config SYS_SUPPORTS_HUGETLBFS
+ depends on MMU
def_bool y
config STACKTRACE_SUPPORT