Searched hist:c3e4ed5c3d5d79af940eb24c810dddcec6d2b536 (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm64/include/asm/ |
H A D | hugetlb.h | c3e4ed5c3d5d79af940eb24c810dddcec6d2b536 Tue Aug 22 10:42:46 UTC 2017 Punit Agrawal <punit.agrawal@arm.com> arm64: hugetlb: Override huge_pte_clear() to support contiguous hugepages
The default huge_pte_clear() implementation does not clear contiguous page table entries when it encounters contiguous hugepages that are supported on arm64.
Fix this by overriding the default implementation to clear all the entries associated with contiguous hugepages.
Signed-off-by: Punit Agrawal <punit.agrawal@arm.com> Cc: David Woods <dwoods@mellanox.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
|
/linux/arch/arm64/mm/ |
H A D | hugetlbpage.c | c3e4ed5c3d5d79af940eb24c810dddcec6d2b536 Tue Aug 22 10:42:46 UTC 2017 Punit Agrawal <punit.agrawal@arm.com> arm64: hugetlb: Override huge_pte_clear() to support contiguous hugepages
The default huge_pte_clear() implementation does not clear contiguous page table entries when it encounters contiguous hugepages that are supported on arm64.
Fix this by overriding the default implementation to clear all the entries associated with contiguous hugepages.
Signed-off-by: Punit Agrawal <punit.agrawal@arm.com> Cc: David Woods <dwoods@mellanox.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
|