Commit c9a57afa authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Fix allyesconfig for HugeTLB-less archs

From: Geert Uytterhoeven <geert@linux-m68k.org>

Make that allyesconfig works on architectures that don't support HugeTLBs.
parent 8a1d611a
......@@ -874,6 +874,7 @@ config TMPFS
config HUGETLBFS
bool "HugeTLB file system support"
depends X86 || IA64 || PPC64 || SPARC64 || X86_64 || BROKEN
config HUGETLB_PAGE
def_bool HUGETLBFS
......
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