From: Ingo Molnar Date: Fri, 22 Apr 2016 08:12:19 +0000 (+0200) Subject: Merge branch 'x86/urgent' into x86/asm, to fix semantic conflict X-Git-Tag: v4.14-rc1~3279^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b2eafe890d4a09bfa63ab31ff018d7d6bb8cfefc;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'x86/urgent' into x86/asm, to fix semantic conflict 'cpu_has_pse' has changed to boot_cpu_has(X86_FEATURE_PSE), fix this up in the merge commit when merging the x86/urgent tree that includes the following commit: 103f6112f253 ("x86/mm/xen: Suppress hugetlbfs in PV guests") Signed-off-by: Ingo Molnar --- b2eafe890d4a09bfa63ab31ff018d7d6bb8cfefc diff --cc arch/x86/include/asm/hugetlb.h index f8a29d2,e6a8613..3a10616 --- a/arch/x86/include/asm/hugetlb.h +++ b/arch/x86/include/asm/hugetlb.h @@@ -4,6 -4,7 +4,7 @@@ #include #include -#define hugepages_supported() cpu_has_pse ++#define hugepages_supported() boot_cpu_has(X86_FEATURE_PSE) static inline int is_hugepage_only_range(struct mm_struct *mm, unsigned long addr,