The patch titled Subject: powerpc-mm-move-setting-pte-specific-flags-to-pfn_pte-fix has been removed from the -mm tree. Its filename was powerpc-mm-move-setting-pte-specific-flags-to-pfn_pte-fix.patch This patch was dropped because it was folded into powerpc-mm-move-setting-pte-specific-flags-to-pfn_pte.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: powerpc-mm-move-setting-pte-specific-flags-to-pfn_pte-fix whitespace fix, per Christophe Cc: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx> Cc: Christophe Leroy <christophe.leroy@xxxxxxxxxx> Cc: Anshuman Khandual <anshuman.khandual@xxxxxxx> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/include/asm/book3s/64/pgtable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/powerpc/include/asm/book3s/64/pgtable.h~powerpc-mm-move-setting-pte-specific-flags-to-pfn_pte-fix +++ a/arch/powerpc/include/asm/book3s/64/pgtable.h @@ -820,7 +820,7 @@ static inline void __set_pte_at(struct m * Keep the _PAGE_PTE added till we are sure we handle _PAGE_PTE * in all the callers. */ - pte = __pte_raw(pte_raw(pte) | cpu_to_be64(_PAGE_PTE)); + pte = __pte_raw(pte_raw(pte) | cpu_to_be64(_PAGE_PTE)); if (radix_enabled()) return radix__set_pte_at(mm, addr, ptep, pte, percpu); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are powerpc-mm-move-setting-pte-specific-flags-to-pfn_pte.patch xarray-add-xa_get_order-fix.patch xarray-add-xas_split-fix.patch mm-memory_hotplug-simplify-page-offlining-fix.patch checkpatch-warn-on-self-assignments-checkpatch-fixes.patch checkpatch-emit-a-warning-on-embedded-filenames-fix.patch fs-binfmt_elf-use-pt_load-p_align-values-for-suitable-start-address-fix.patch mm.patch mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix-2.patch linux-next-rejects.patch mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix-fix.patch mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix-fix-fix-fix-fix-fix-fix-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch