Explorar el Código

[SPARC64]: Fix dependencies of HUGETLB_PAGE_SIZE_64K

This patch fixes dependencies of HUGETLB_PAGE_SIZE_64K

Signed-off-by: Jean-Luc Lger <jean-luc.leger@dspnet.fr.eu.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Jean-Luc Lger hace 19 años
padre
commit
f2a1585244
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      arch/sparc64/Kconfig

+ 1 - 1
arch/sparc64/Kconfig

@@ -187,7 +187,7 @@ config HUGETLB_PAGE_SIZE_512K
 	bool "512K"
 	bool "512K"
 
 
 config HUGETLB_PAGE_SIZE_64K
 config HUGETLB_PAGE_SIZE_64K
-	depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512KB && !SPARC64_PAGE_SIZE_64K
+	depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512KB && !SPARC64_PAGE_SIZE_64KB
 	bool "64K"
 	bool "64K"
 
 
 endchoice
 endchoice