码迷,mamicode.com
首页 > 其他好文 > 详细

开启 CONFIG_HUGETLB_PAGE

时间:2015-07-06 21:37:34      阅读:469      评论:0      收藏:0      [点我收藏+]

标签:

File systems  --->
  Pseudo filesystems  --->
      [*] HugeTLB file system support

 

相关Kconfig如下:

  
  config HUGETLBFS
        bool "HugeTLB file system support"
        depends on X86 || IA64 || SPARC64 || (S390 && 64BIT) || \
                   SYS_SUPPORTS_HUGETLBFS || BROKEN
        help
          hugetlbfs is a filesystem backing for HugeTLB pages, based on
          ramfs. For architectures that support it, say Y here and read
          <file:Documentation/vm/hugetlbpage.txt> for details.

          If unsure, say N.

config HUGETLB_PAGE
        def_bool HUGETLBFS

开启 CONFIG_HUGETLB_PAGE

标签:

原文地址:http://www.cnblogs.com/mull/p/4625391.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!