]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
fixup! mm: Introduce PTE_MARKER swap entry
authorPeter Xu <peterx@redhat.com>
Thu, 14 Apr 2022 19:16:48 +0000 (12:16 -0700)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 14 Apr 2022 21:49:51 +0000 (17:49 -0400)
Link: https://lkml.kernel.org/r/Yk2rdB7SXZf+2BDF@xz-m1.local
Signed-off-by: Peter Xu <peterx@redhat.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/s390/include/asm/hugetlb.h

index bea47e7cc6a0e834f6f2e9dd10c27e47fe072ddd..f0bc4d31e852f84d9231d09bab34488a8b218a6a 100644 (file)
@@ -85,6 +85,11 @@ static inline int huge_pte_none(pte_t pte)
        return pte_none(pte);
 }
 
+static inline int huge_pte_none_mostly(pte_t pte)
+{
+       return huge_pte_none(pte);
+}
+
 static inline int huge_pte_write(pte_t pte)
 {
        return pte_write(pte);