All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <7786.1257118763@neuling.org>

diff --git a/a/1.txt b/N1/1.txt
index 827072a..3947b91 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -25,7 +25,7 @@ Are we assuming 256M segments here (and elsewhere)?
 > +	for (i = 1; i < get_paca()->kvm_slb_max; i++) {
 > +		if (!(get_paca()->kvm_slb[i].esid & SLB_ESID_V))
 > +			found_inval = i;
-> +		else if ((get_paca()->kvm_slb[i].esid & ESID_MASK) = esid)
+> +		else if ((get_paca()->kvm_slb[i].esid & ESID_MASK) == esid)
 > +			return i;
 > +	}
 > +
diff --git a/a/content_digest b/N1/content_digest
index f6d1f8d..1111f17 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,20 +1,19 @@
  "ref\01256917647-6200-1-git-send-email-agraf@suse.de\0"
  "ref\01256917647-6200-12-git-send-email-agraf@suse.de\0"
- "ref\01256917647-6200-12-git-send-email-agraf-l3A5Bk7waGM@public.gmane.org\0"
  "From\0Michael Neuling <mikey@neuling.org>\0"
  "Subject\0Re: [PATCH 11/27] Add book3s_64 Host MMU handling\0"
- "Date\0Sun, 01 Nov 2009 23:39:23 +0000\0"
- "To\0Alexander Graf <agraf-l3A5Bk7waGM@public.gmane.org>\0"
- "Cc\0kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
-  Kevin Wolf <kwolf-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
-  Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
-  Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
-  Marcelo Tosatti <mtosatti-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
-  kvm-ppc <kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  linuxppc-dev-mnsaURCQ41sdnm+yROfE0A@public.gmane.org
-  Avi Kivity <avi-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
-  bphilips-l3A5Bk7waGM@public.gmane.org
- " Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>\0"
+ "Date\0Mon, 02 Nov 2009 10:39:23 +1100\0"
+ "To\0Alexander Graf <agraf@suse.de>\0"
+ "Cc\0Kevin Wolf <kwolf@redhat.com>"
+  Arnd Bergmann <arnd@arndb.de>
+  Hollis Blanchard <hollisb@us.ibm.com>
+  Marcelo Tosatti <mtosatti@redhat.com>
+  kvm-ppc <kvm-ppc@vger.kernel.org>
+  linuxppc-dev@ozlabs.org
+  Avi Kivity <avi@redhat.com>
+  kvm@vger.kernel.org
+  bphilips@suse.de
+ " Olof Johansson <olof@lixom.net>\0"
  "\00:1\0"
  "b\0"
  "<snip>\n"
@@ -44,7 +43,7 @@
  "> +\tfor (i = 1; i < get_paca()->kvm_slb_max; i++) {\n"
  "> +\t\tif (!(get_paca()->kvm_slb[i].esid & SLB_ESID_V))\n"
  "> +\t\t\tfound_inval = i;\n"
- "> +\t\telse if ((get_paca()->kvm_slb[i].esid & ESID_MASK) = esid)\n"
+ "> +\t\telse if ((get_paca()->kvm_slb[i].esid & ESID_MASK) == esid)\n"
  "> +\t\t\treturn i;\n"
  "> +\t}\n"
  "> +\n"
@@ -63,4 +62,4 @@
  "\n"
  Mikey
 
-8dea26ed09ca51c8bd1dbcb04cb165b1a207d97309a19b57312660bdcdd3e472
+aba797a90aacd722ec3d4850bd6be3017f9380865fa97a8e7b70cdc84d8dc5bf

diff --git a/a/1.txt b/N2/1.txt
index 827072a..3947b91 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -25,7 +25,7 @@ Are we assuming 256M segments here (and elsewhere)?
 > +	for (i = 1; i < get_paca()->kvm_slb_max; i++) {
 > +		if (!(get_paca()->kvm_slb[i].esid & SLB_ESID_V))
 > +			found_inval = i;
-> +		else if ((get_paca()->kvm_slb[i].esid & ESID_MASK) = esid)
+> +		else if ((get_paca()->kvm_slb[i].esid & ESID_MASK) == esid)
 > +			return i;
 > +	}
 > +
diff --git a/a/content_digest b/N2/content_digest
index f6d1f8d..c2134bd 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,9 +1,9 @@
  "ref\01256917647-6200-1-git-send-email-agraf@suse.de\0"
  "ref\01256917647-6200-12-git-send-email-agraf@suse.de\0"
  "ref\01256917647-6200-12-git-send-email-agraf-l3A5Bk7waGM@public.gmane.org\0"
- "From\0Michael Neuling <mikey@neuling.org>\0"
+ "From\0Michael Neuling <mikey-/owAOxkjmzZAfugRpC6u6w@public.gmane.org>\0"
  "Subject\0Re: [PATCH 11/27] Add book3s_64 Host MMU handling\0"
- "Date\0Sun, 01 Nov 2009 23:39:23 +0000\0"
+ "Date\0Mon, 02 Nov 2009 10:39:23 +1100\0"
  "To\0Alexander Graf <agraf-l3A5Bk7waGM@public.gmane.org>\0"
  "Cc\0kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
   Kevin Wolf <kwolf-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@@ -44,7 +44,7 @@
  "> +\tfor (i = 1; i < get_paca()->kvm_slb_max; i++) {\n"
  "> +\t\tif (!(get_paca()->kvm_slb[i].esid & SLB_ESID_V))\n"
  "> +\t\t\tfound_inval = i;\n"
- "> +\t\telse if ((get_paca()->kvm_slb[i].esid & ESID_MASK) = esid)\n"
+ "> +\t\telse if ((get_paca()->kvm_slb[i].esid & ESID_MASK) == esid)\n"
  "> +\t\t\treturn i;\n"
  "> +\t}\n"
  "> +\n"
@@ -63,4 +63,4 @@
  "\n"
  Mikey
 
-8dea26ed09ca51c8bd1dbcb04cb165b1a207d97309a19b57312660bdcdd3e472
+6178718f27b2b76851628c4c5f3212c713b9db952d95c13f9b4a0498786a06fb

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.