]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/powerpc/mm/hash64_64k.c
powerpc/mm: Remove pte_val usage for the second half of pgtable_t
[mirror_ubuntu-bionic-kernel.git] / arch / powerpc / mm / hash64_64k.c
index f1b86ba63430d185884f961fa8573b13ffc86623..8f7328075f04d5c42a2e207c9b4dc3d3282bf2c3 100644 (file)
@@ -218,7 +218,6 @@ repeat:
         * nobody is undating hidx.
         */
        hidxp = (unsigned long *)(ptep + PTRS_PER_PTE);
-       /* __real_pte use pte_val() any idea why ? FIXME!! */
        rpte.hidx &= ~(0xfUL << (subpg_index << 2));
        *hidxp = rpte.hidx  | (slot << (subpg_index << 2));
        new_pte = mark_subptegroup_valid(new_pte, subpg_index);