diff for duplicates of <1336686551.3881.62.camel@pasglop> diff --git a/a/1.txt b/N1/1.txt index 55019a8..eac1ea8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ > > + for (count = 0; count< PPC_PAGE_SIZES_MAX_SZ; count++) { -> > + if (sps->enc[count].page_shift = 0) { +> > + if (sps->enc[count].page_shift == 0) { > > + break; > > + } > > + } @@ -57,7 +57,7 @@ have a closer look today. > > > > /* HV KVM has backing store size restrictions */ > > info->flags = KVM_PPC_PAGE_SIZES_REAL; -> > + if (env->mmu_model = POWERPC_MMU_2_06) { +> > + if (env->mmu_model == POWERPC_MMU_2_06) { > > + info->slb_size = 32; > > + } else { > > + info->slb_size = 64; diff --git a/a/content_digest b/N1/content_digest index ba4b543..b71c5ed 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\04FAC0183.2020602@suse.de\0" "From\0Benjamin Herrenschmidt <benh@kernel.crashing.org>\0" "Subject\0Re: [PATCH 2/2] pseries: Correctly create ibm,segment-page-sizes property\0" - "Date\0Thu, 10 May 2012 21:49:11 +0000\0" + "Date\0Fri, 11 May 2012 07:49:11 +1000\0" "To\0Alexander Graf <agraf@suse.de>\0" "Cc\0kvm@vger.kernel.org" " kvm-ppc <kvm-ppc@vger.kernel.org>\0" @@ -11,7 +11,7 @@ "b\0" "\n" "> > + for (count = 0; count< PPC_PAGE_SIZES_MAX_SZ; count++) {\n" - "> > + if (sps->enc[count].page_shift = 0) {\n" + "> > + if (sps->enc[count].page_shift == 0) {\n" "> > + break;\n" "> > + }\n" "> > + }\n" @@ -68,7 +68,7 @@ "> >\n" "> > \t/* HV KVM has backing store size restrictions */\n" "> > info->flags = KVM_PPC_PAGE_SIZES_REAL;\n" - "> > + if (env->mmu_model = POWERPC_MMU_2_06) {\n" + "> > + if (env->mmu_model == POWERPC_MMU_2_06) {\n" "> > + info->slb_size = 32;\n" "> > + } else {\n" "> > + info->slb_size = 64;\n" @@ -101,4 +101,4 @@ "Cheers,\n" Ben. -d6420201b6a137f915d41150a024d4d3a34596026ef676973ffff0fed70437ef +87a5a10724f4ac6acefa4b36b81fec477a84440f48bdf58223c5f02755f56f59
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.