首页 > 其他 > 详细

开启 CONFIG_HUGETLB_PAGE

时间:2015-07-06 21:37:11      阅读:398      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!