diff for duplicates of <877farq6nj.fsf@linux.vnet.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 11386dc..61365be 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -8,7 +8,7 @@ > + continue; /* not a supported page size */ > + for (ap = bp; ap < MMU_PAGE_COUNT; ++ap) { > + penc = mmu_psize_defs[bp].penc[ap]; -> + if (penc = -1) +> + if (penc == -1) > + continue; > + shift = mmu_psize_defs[ap].shift - LP_SHIFT; > + if (shift <= 0) @@ -26,7 +26,7 @@ Going through this again, it is confusing . How are we differentiating between the below penc values 0000 000z >=8KB (z = 1) - 0000 zzzz >dKB (zzzz = 0001) + 0000 zzzz >=64KB (zzzz = 0001) Those are made up 'z' values. diff --git a/a/content_digest b/N1/content_digest index ad586a3..b4124e3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020160902115055.GC12433@fergus.ozlabs.ibm.com\0" "From\0Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>\0" "Subject\0Re: [PATCH 3/3] powerpc/mm: Speed up computation of base and actual page size for a HPTE\0" - "Date\0Mon, 05 Sep 2016 05:16:16 +0000\0" + "Date\0Mon, 05 Sep 2016 10:34:16 +0530\0" "To\0Paul Mackerras <paulus@ozlabs.org>" " linuxppc-dev@lists.ozlabs.org\0" "Cc\0kvm-ppc@vger.kernel.org" @@ -19,7 +19,7 @@ "> +\t\t\tcontinue;\t/* not a supported page size */\n" "> +\t\tfor (ap = bp; ap < MMU_PAGE_COUNT; ++ap) {\n" "> +\t\t\tpenc = mmu_psize_defs[bp].penc[ap];\n" - "> +\t\t\tif (penc = -1)\n" + "> +\t\t\tif (penc == -1)\n" "> +\t\t\t\tcontinue;\n" "> +\t\t\tshift = mmu_psize_defs[ap].shift - LP_SHIFT;\n" "> +\t\t\tif (shift <= 0)\n" @@ -37,10 +37,10 @@ "between the below penc values\n" "\n" " 0000 000z\t\t>=8KB (z = 1)\n" - " 0000 zzzz\t\t>dKB (zzzz = 0001)\n" + " 0000 zzzz\t\t>=64KB (zzzz = 0001)\n" "\n" "Those are made up 'z' values.\n" "\n" -aneesh -1ee39724471055c86e81f4c520e5dd84950c212be53e76dd79020848776f22c9 +3af5799c33ba712b56dc4b4d16e02c8d8955eb0d1e64d3a4e2be43cb4dee308e
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.