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

diff --git a/a/1.txt b/N1/1.txt
index bf268d3..ba717a1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -97,7 +97,7 @@
 > >> +
 > >> +    /* Remove LPAR shadow entries */
 > >> +
-> >> +#if SLB_NUM_BOLTED = 3
+> >> +#if SLB_NUM_BOLTED == 3
 > >
 > > You could alternatively check the persistent entry in the slb_shawdow
 > > buffer.  This would give you a run time check.  Not sure what's best
diff --git a/a/content_digest b/N1/content_digest
index 1fc29b9..8f44427 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,21 +2,20 @@
  "ref\01256917647-6200-9-git-send-email-agraf@suse.de\0"
  "ref\06695.1257117827@neuling.org\0"
  "ref\000BF2D99-F2CE-4204-B4B4-0D113FD54CE6@suse.de\0"
- "ref\000BF2D99-F2CE-4204-B4B4-0D113FD54CE6-l3A5Bk7waGM@public.gmane.org\0"
  "From\0Michael Neuling <mikey@neuling.org>\0"
  "Subject\0Re: [PATCH 08/27] Add SLB switching code for entry/exit\0"
- "Date\0Mon, 02 Nov 2009 09:39:43 +0000\0"
- "To\0Alexander Graf <agraf-l3A5Bk7waGM@public.gmane.org>\0"
- "Cc\0kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <kvm-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 <linuxppc-dev-mnsaURCQ41sdnm+yROfE0A@public.gmane.org>
-  Avi Kivity <avi-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
-  bphilips-l3A5Bk7waGM@public.gmane.org <bphilips-l3A5Bk7waGM@public.gmane.org>
- " Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>\0"
+ "Date\0Mon, 02 Nov 2009 20:39:43 +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 <linuxppc-dev@ozlabs.org>
+  Avi Kivity <avi@redhat.com>
+  kvm@vger.kernel.org <kvm@vger.kernel.org>
+  bphilips@suse.de <bphilips@suse.de>
+ " Olof Johansson <olof@lixom.net>\0"
  "\00:1\0"
  "b\0"
  "> >> This is the really low level of guest entry/exit code.\n"
@@ -118,7 +117,7 @@
  "> >> +\n"
  "> >> +    /* Remove LPAR shadow entries */\n"
  "> >> +\n"
- "> >> +#if SLB_NUM_BOLTED = 3\n"
+ "> >> +#if SLB_NUM_BOLTED == 3\n"
  "> >\n"
  "> > You could alternatively check the persistent entry in the slb_shawdow\n"
  "> > buffer.  This would give you a run time check.  Not sure what's best\n"
@@ -229,4 +228,4 @@
  "\n"
  Mikey
 
-9f55454d523bffc705a8a845b603469bb74c19f926f95edd884c3ac28a514023
+118f4390b7e25186055b4af1c0823aea175b978228809c5a4d639228830f257a

diff --git a/a/1.txt b/N2/1.txt
index bf268d3..a28b42f 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -15,7 +15,7 @@
 > >>
 > >> That way we get a really clean way of switching the SLB.
 > >>
-> >> Signed-off-by: Alexander Graf <agraf@suse.de>
+> >> Signed-off-by: Alexander Graf <agraf-l3A5Bk7waGM@public.gmane.org>
 > >> ---
 > >> arch/powerpc/kvm/book3s_64_slb.S |  277 ++++++++++++++++++++++++++++ 
 > >> ++++++++
@@ -50,7 +50,7 @@
 > >> + *
 > >> + * Copyright SUSE Linux Products GmbH 2009
 > >> + *
-> >> + * Authors: Alexander Graf <agraf@suse.de>
+> >> + * Authors: Alexander Graf <agraf-l3A5Bk7waGM@public.gmane.org>
 > >> + */
 > >> +
 > >> +/ 
@@ -97,7 +97,7 @@
 > >> +
 > >> +    /* Remove LPAR shadow entries */
 > >> +
-> >> +#if SLB_NUM_BOLTED = 3
+> >> +#if SLB_NUM_BOLTED == 3
 > >
 > > You could alternatively check the persistent entry in the slb_shawdow
 > > buffer.  This would give you a run time check.  Not sure what's best
diff --git a/a/content_digest b/N2/content_digest
index 1fc29b9..5b3717f 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,9 +3,9 @@
  "ref\06695.1257117827@neuling.org\0"
  "ref\000BF2D99-F2CE-4204-B4B4-0D113FD54CE6@suse.de\0"
  "ref\000BF2D99-F2CE-4204-B4B4-0D113FD54CE6-l3A5Bk7waGM@public.gmane.org\0"
- "From\0Michael Neuling <mikey@neuling.org>\0"
+ "From\0Michael Neuling <mikey-/owAOxkjmzZAfugRpC6u6w@public.gmane.org>\0"
  "Subject\0Re: [PATCH 08/27] Add SLB switching code for entry/exit\0"
- "Date\0Mon, 02 Nov 2009 09:39:43 +0000\0"
+ "Date\0Mon, 02 Nov 2009 20:39:43 +1100\0"
  "To\0Alexander Graf <agraf-l3A5Bk7waGM@public.gmane.org>\0"
  "Cc\0kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>"
   Kevin Wolf <kwolf-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@@ -36,7 +36,7 @@
  "> >>\n"
  "> >> That way we get a really clean way of switching the SLB.\n"
  "> >>\n"
- "> >> Signed-off-by: Alexander Graf <agraf@suse.de>\n"
+ "> >> Signed-off-by: Alexander Graf <agraf-l3A5Bk7waGM@public.gmane.org>\n"
  "> >> ---\n"
  "> >> arch/powerpc/kvm/book3s_64_slb.S |  277 ++++++++++++++++++++++++++++ \n"
  "> >> ++++++++\n"
@@ -71,7 +71,7 @@
  "> >> + *\n"
  "> >> + * Copyright SUSE Linux Products GmbH 2009\n"
  "> >> + *\n"
- "> >> + * Authors: Alexander Graf <agraf@suse.de>\n"
+ "> >> + * Authors: Alexander Graf <agraf-l3A5Bk7waGM@public.gmane.org>\n"
  "> >> + */\n"
  "> >> +\n"
  "> >> +/ \n"
@@ -118,7 +118,7 @@
  "> >> +\n"
  "> >> +    /* Remove LPAR shadow entries */\n"
  "> >> +\n"
- "> >> +#if SLB_NUM_BOLTED = 3\n"
+ "> >> +#if SLB_NUM_BOLTED == 3\n"
  "> >\n"
  "> > You could alternatively check the persistent entry in the slb_shawdow\n"
  "> > buffer.  This would give you a run time check.  Not sure what's best\n"
@@ -229,4 +229,4 @@
  "\n"
  Mikey
 
-9f55454d523bffc705a8a845b603469bb74c19f926f95edd884c3ac28a514023
+070ce5b98fe6fe41e3bf3aa5846e88ed88ac4d83a14da70b7c452aaab3561481

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.