Commit 61943c5015acae42fe355bf033bbee8d63691fe3

Authored by Adrian Bunk
Committed by David S. Miller
1 parent a4fc7ab1d0

[SPARC64] arch/sparc64/Kconfig: fix HUGETLB_PAGE_SIZE_64K dependencies

This patch fixes a typo in the dependencies of HUGETLB_PAGE_SIZE_64K.

It might be more logical to rename the HUGETLB_PAGE_SIZE_*K
dependencies to HUGETLB_PAGE_SIZE_*KB, but let's fix this bug first.

This bug was reported by Jean-Luc Leger <reiga@dspnet.fr.eu.org>.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/sparc64/Kconfig
... ... @@ -179,7 +179,7 @@
179 179 bool "512K"
180 180  
181 181 config HUGETLB_PAGE_SIZE_64K
182   - depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512K
  182 + depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512KB
183 183 bool "64K"
184 184  
185 185 endchoice