commit | 40d18ebffb3974272a920c41f2d74431152cae98 | [log] [tgz] |
---|---|---|
author | Mike Kravetz <[email protected]> | Fri Aug 17 15:49:07 2018 -0700 |
committer | Linus Torvalds <[email protected]> | Fri Aug 17 16:20:32 2018 -0700 |
tree | b6cdb93346179235c89855013827c33d7569cdf5 | |
parent | 9bfe5ded054b8e28a94c78580f233d6879a00146 [diff] |
mm/hugetlb: remove gigantic page support for HIGHMEM This reverts ee8f248d266e ("hugetlb: add phys addr to struct huge_bootmem_page"). At one time powerpc used this field and supporting code. However that was removed with commit 79cc38ded1e1 ("powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel command line"). There are no users of this field and supporting code, so remove it. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Mike Kravetz <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Acked-by: Michal Hocko <[email protected]> Cc: "Aneesh Kumar K . V" <[email protected]> Cc: Michael Ellerman <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Cc: Cannon Matthews <[email protected]> Cc: Becky Bruce <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>