Re: [PATCH] mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hook

2015-04-28 Thread David Rientjes
On Sat, 25 Apr 2015, Zhang Zhen wrote: > Currently we have many duplicates in definitions of > hugetlb_prefault_arch_hook. > In all architectures this function is empty. > > Signed-off-by: Zhang Zhen Acked-by: David Rientjes -- To unsubscribe from this list: send the line "unsubscribe linux-k

[PATCH] mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hook

2015-04-24 Thread Zhang Zhen
Currently we have many duplicates in definitions of hugetlb_prefault_arch_hook. In all architectures this function is empty. Signed-off-by: Zhang Zhen --- arch/arm/include/asm/hugetlb.h | 4 arch/arm64/include/asm/hugetlb.h | 4 arch/ia64/include/asm/hugetlb.h| 4 arch/m