]> Git Repo - linux.git/commit
hugetlb: fix compile error on tile
authorDan Williams <[email protected]>
Sat, 16 Jan 2016 00:56:32 +0000 (16:56 -0800)
committerLinus Torvalds <[email protected]>
Sat, 16 Jan 2016 01:56:32 +0000 (17:56 -0800)
commit888cdbc2c9a76a0e450f533b1957cdbfe7d483d5
treeaf67ddc49187eafb863c5061c9490c6dac222bfe
parent083fc21409ca053102cb4421007cc740e128817e
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 <[email protected]>
Cc: Liviu Dudau <[email protected]>
Cc: Sudeep Holla <[email protected]>
Cc: Lorenzo Pieralisi <[email protected]>
Cc: David Howells <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/hugetlb.h
This page took 0.051899 seconds and 4 git commands to generate.