diff for duplicates of <4FAC0183.2020602@suse.de> diff --git a/a/1.txt b/N1/1.txt index b0b7f53..72286ed 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -44,7 +44,7 @@ On 04/27/2012 07:51 AM, Benjamin Herrenschmidt wrote: > + break; > + } > + 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; > + } > + } @@ -118,7 +118,7 @@ Eh - this one belongs in the first patch, no? > > /* 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 a7e4e44..f690a11 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01335505904.4578.10.camel@pasglop\0" "From\0Alexander Graf <agraf@suse.de>\0" "Subject\0Re: [PATCH 2/2] pseries: Correctly create ibm,segment-page-sizes property\0" - "Date\0Thu, 10 May 2012 17:57:23 +0000\0" + "Date\0Thu, 10 May 2012 19:57:23 +0200\0" "To\0Benjamin Herrenschmidt <benh@kernel.crashing.org>\0" "Cc\0kvm@vger.kernel.org" " kvm-ppc <kvm-ppc@vger.kernel.org>\0" @@ -54,7 +54,7 @@ "> + break;\n" "> + }\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" @@ -128,7 +128,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" @@ -150,4 +150,4 @@ "\n" Alex -7a6cb803a5a9c8b3cfe63c8e140f35942698c9a1cd4a9ce41338bee0c251f18d +1a2a7ba247f741a6a4e2ebb25a3c4ae34b329fdb4a5cb5812eead548b4f7bf54
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.