diff for duplicates of <6695.1257117827@neuling.org> diff --git a/a/1.txt b/N1/1.txt index ea8d2a1..b6265fe 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -83,7 +83,7 @@ b.S > + > + /* 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 @@ -267,7 +267,7 @@ under PHYP?) > + slbia > + isync > + -> +#if SLB_NUM_BOLTED = 3 +> +#if SLB_NUM_BOLTED == 3 > + > + ld r11, PACA_SLBSHADOWPTR(r13) > + diff --git a/a/content_digest b/N1/content_digest index 137d0a6..36de851 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,16 +2,16 @@ "ref\01256917647-6200-9-git-send-email-agraf@suse.de\0" "From\0Michael Neuling <mikey@neuling.org>\0" "Subject\0Re: [PATCH 08/27] Add SLB switching code for entry/exit\0" - "Date\0Sun, 01 Nov 2009 23:23:47 +0000\0" + "Date\0Mon, 02 Nov 2009 10:23:47 +1100\0" "To\0Alexander Graf <agraf@suse.de>\0" - "Cc\0kvm@vger.kernel.org" - Kevin Wolf <kwolf@redhat.com> + "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" @@ -101,7 +101,7 @@ "> +\n" "> +\t/* 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" @@ -285,7 +285,7 @@ "> +\tslbia\n" "> +\tisync\n" "> +\n" - "> +#if SLB_NUM_BOLTED = 3\n" + "> +#if SLB_NUM_BOLTED == 3\n" "> +\n" "> +\tld\tr11, PACA_SLBSHADOWPTR(r13)\n" "> +\n" @@ -361,4 +361,4 @@ "> https://lists.ozlabs.org/listinfo/linuxppc-dev\n" > -0875b3fff98e3e21f91e3c047f67ace072d0fb0a3c23f125828eed10c887d98f +8513eabda00e3dd9690ed439f98f67c6f81252548316234a21d344ab252e8a3d
diff --git a/a/1.txt b/N2/1.txt index ea8d2a1..b6265fe 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -83,7 +83,7 @@ b.S > + > + /* 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 @@ -267,7 +267,7 @@ under PHYP?) > + slbia > + isync > + -> +#if SLB_NUM_BOLTED = 3 +> +#if SLB_NUM_BOLTED == 3 > + > + ld r11, PACA_SLBSHADOWPTR(r13) > + diff --git a/a/content_digest b/N2/content_digest index 137d0a6..56a4b3d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,7 @@ "ref\01256917647-6200-9-git-send-email-agraf@suse.de\0" "From\0Michael Neuling <mikey@neuling.org>\0" "Subject\0Re: [PATCH 08/27] Add SLB switching code for entry/exit\0" - "Date\0Sun, 01 Nov 2009 23:23:47 +0000\0" + "Date\0Mon, 02 Nov 2009 10:23:47 +1100\0" "To\0Alexander Graf <agraf@suse.de>\0" "Cc\0kvm@vger.kernel.org" Kevin Wolf <kwolf@redhat.com> @@ -101,7 +101,7 @@ "> +\n" "> +\t/* 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" @@ -285,7 +285,7 @@ "> +\tslbia\n" "> +\tisync\n" "> +\n" - "> +#if SLB_NUM_BOLTED = 3\n" + "> +#if SLB_NUM_BOLTED == 3\n" "> +\n" "> +\tld\tr11, PACA_SLBSHADOWPTR(r13)\n" "> +\n" @@ -361,4 +361,4 @@ "> https://lists.ozlabs.org/listinfo/linuxppc-dev\n" > -0875b3fff98e3e21f91e3c047f67ace072d0fb0a3c23f125828eed10c887d98f +52d2c5fe848bc653d24f8ef47e17136f79ddcbe988cf9d89c2feb8c7a6b85f04
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.