开启 CONFIG_HUGETLB_PAGE

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

posted @ 2015-07-06 21:05  mull  阅读(808)  评论(0编辑  收藏  举报