]> git.baikalelectronics.ru Git - kernel.git/commit
hugetlb: fix compile error on tile
authorDan Williams <dan.j.williams@intel.com>
Sat, 16 Jan 2016 00:56:32 +0000 (16:56 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Jan 2016 01:56:32 +0000 (17:56 -0800)
commitecc85e050c66ba94731394ef8ce6aea10259535a
treeaf67ddc49187eafb863c5061c9490c6dac222bfe
parent0da97ce7d34408101c20280be79c2c1be8b82b09
hugetlb: fix compile error on tile

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>
Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/hugetlb.h