Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1231152

[PATCH 02/15] hugetlb: fix compile error on tile

From Dan Williams <dan.j.williams@intel.com>
Newsgroups linux.kernel
Subject [PATCH 02/15] hugetlb: fix compile error on tile
Date 2015-09-23 07:00 +0200
Message-ID <qbKjU-2bt-1@gated-at.bofh.it> (permalink)
References <qbKae-20h-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Inlude asm/pgtable.h to get the definition for pud_t to fix:

include/linux/hugetlb.h:203:29: error: unknown type name 'pud_t'

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
---
 include/linux/hugetlb.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/hugetlb.h b/include/linux/hugetlb.h
index 5e35379f58a5..ad5539cf52bf 100644
--- a/include/linux/hugetlb.h
+++ b/include/linux/hugetlb.h
@@ -8,6 +8,7 @@
 #include <linux/cgroup.h>
 #include <linux/list.h>
 #include <linux/kref.h>
+#include <asm/pgtable.h>
 
 struct ctl_table;
 struct user_struct;

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 00/15] get_user_pages() for dax mappings Dan Williams <dan.j.williams@intel.com> - 2015-09-23 06:50 +0200
  [PATCH 10/15] block, dax: fix lifetime of in-kernel dax mappings Dan Williams <dan.j.williams@intel.com> - 2015-09-23 06:50 +0200
  [PATCH 02/15] hugetlb: fix compile error on tile Dan Williams <dan.j.williams@intel.com> - 2015-09-23 07:00 +0200

csiph-web