All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20120809181612.GA12285@amt.cnet>

diff --git a/a/1.txt b/N1/1.txt
index be5d50b..185a83f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -61,7 +61,7 @@ On Mon, Aug 06, 2012 at 08:06:03PM +1000, Paul Mackerras wrote:
 > @@ -850,7 +850,8 @@ static int kvm_unmap_rmapp(struct kvm *kvm, unsigned long *rmapp,
 >  		psize = hpte_page_size(hptep[0], ptel);
 >  		if ((hptep[0] & HPTE_V_VALID) &&
->  		    hpte_rpn(ptel, psize) = gfn) {
+>  		    hpte_rpn(ptel, psize) == gfn) {
 > -			hptep[0] |= HPTE_V_ABSENT;
 > +			if (kvm->arch.using_mmu_notifiers)
 > +				hptep[0] |= HPTE_V_ABSENT;
diff --git a/a/content_digest b/N1/content_digest
index 59157d8..4f63eb5 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\020120806100603.GD8980@bloggs.ozlabs.ibm.com\0"
  "From\0Marcelo Tosatti <mtosatti@redhat.com>\0"
  "Subject\0Re: [PATCH 3/5] KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly\0"
- "Date\0Thu, 09 Aug 2012 18:16:12 +0000\0"
+ "Date\0Thu, 9 Aug 2012 15:16:12 -0300\0"
  "To\0Paul Mackerras <paulus@samba.org>\0"
  "Cc\0Alexander Graf <agraf@suse.de>"
   kvm-ppc@vger.kernel.org
@@ -72,7 +72,7 @@
  "> @@ -850,7 +850,8 @@ static int kvm_unmap_rmapp(struct kvm *kvm, unsigned long *rmapp,\n"
  ">  \t\tpsize = hpte_page_size(hptep[0], ptel);\n"
  ">  \t\tif ((hptep[0] & HPTE_V_VALID) &&\n"
- ">  \t\t    hpte_rpn(ptel, psize) = gfn) {\n"
+ ">  \t\t    hpte_rpn(ptel, psize) == gfn) {\n"
  "> -\t\t\thptep[0] |= HPTE_V_ABSENT;\n"
  "> +\t\t\tif (kvm->arch.using_mmu_notifiers)\n"
  "> +\t\t\t\thptep[0] |= HPTE_V_ABSENT;\n"
@@ -204,4 +204,4 @@
  "Why remove this check? (i don't know why it was there in the first\n"
  place, just checking).
 
-a03324686ad0b260d28cf0349e4569a2424d712ff4d18f4c172b6f82e4a785b9
+b757581d166655fa840265b8ad2671aacc6991df869972056e6c19c71ed5ba7a

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.