diff for duplicates of <87mvjnrk2z.fsf@linux.vnet.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 758d323..ce24c86 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,9 +18,9 @@ the below in the comment ? * encoding bits per actual page size * PTE LP actual page size * rrrr rrrz >=8KB - * rrrr rrzz >\x16KB - * rrrr rzzz >2KB - * rrrr zzzz >dKB + * rrrr rrzz >=16KB + * rrrr rzzz >=32KB + * rrrr zzzz >=64KB * ....... */ @@ -35,7 +35,7 @@ the below in the comment ? > + 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) diff --git a/a/content_digest b/N1/content_digest index e735ed2..59e81ec 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\0Sun, 04 Sep 2016 11:28:36 +0000\0" + "Date\0Sun, 04 Sep 2016 16:46:36 +0530\0" "To\0Paul Mackerras <paulus@ozlabs.org>" " linuxppc-dev@lists.ozlabs.org\0" "Cc\0kvm-ppc@vger.kernel.org" @@ -29,9 +29,9 @@ "\t\t * encoding bits per actual page size\n" "\t\t * PTE LP actual page size\n" "\t\t * rrrr rrrz\t\t>=8KB\n" - "\t\t * rrrr rrzz\t\t>\026KB\n" - "\t\t * rrrr rzzz\t\t>2KB\n" - "\t\t * rrrr zzzz\t\t>dKB\n" + "\t\t * rrrr rrzz\t\t>=16KB\n" + "\t\t * rrrr rzzz\t\t>=32KB\n" + "\t\t * rrrr zzzz\t\t>=64KB\n" "\t\t * .......\n" "\t\t */\n" "\n" @@ -46,7 +46,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" @@ -81,4 +81,4 @@ "\n" -aneesh -eefc6d0891a5d5de0a95379ff4252ffc4025a80a00fe3a31bfddf872a1ece8c2 +938762ae91e7d5bc1369e47e5cdbf8364e5dd39e6c0322be76cb4b74a27ae9e7
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.