diff for duplicates of <5399CF74.9040502@suse.de> diff --git a/a/1.txt b/N1/1.txt index 3bd4ef3..bbdf946 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -77,9 +77,9 @@ On 06/02/2014 05:50 PM, Mihai Caraman wrote: > + * get last instruction before beeing preempted > + * TODO: for e6500 check also BOOKE_INTERRUPT_LRAT_ERROR & ESR_DATA > + */ -> + if (exit_nr = BOOKE_INTERRUPT_DATA_STORAGE || -> + exit_nr = BOOKE_INTERRUPT_DTLB_MISS || -> + exit_nr = BOOKE_INTERRUPT_HV_PRIV) +> + if (exit_nr == BOOKE_INTERRUPT_DATA_STORAGE || +> + exit_nr == BOOKE_INTERRUPT_DTLB_MISS || +> + exit_nr == BOOKE_INTERRUPT_HV_PRIV) Please make this a switch() - that's easier to read. diff --git a/a/content_digest b/N1/content_digest index d58051d..0cd8f97 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,12 +2,12 @@ "ref\01401724216-26486-5-git-send-email-mihai.caraman@freescale.com\0" "From\0Alexander Graf <agraf@suse.de>\0" "Subject\0Re: [PATCH 4/4 v3] KVM: PPC: Bookehv: Get vcpu's last instruction for emulation\0" - "Date\0Thu, 12 Jun 2014 16:04:04 +0000\0" + "Date\0Thu, 12 Jun 2014 18:04:04 +0200\0" "To\0Mihai Caraman <mihai.caraman@freescale.com>\0" - "Cc\0kvm-ppc@vger.kernel.org" - kvm@vger.kernel.org + "Cc\0Scott Wood <scottwood@freescale.com>" linuxppc-dev@lists.ozlabs.org - " Scott Wood <scottwood@freescale.com>\0" + kvm@vger.kernel.org + " kvm-ppc@vger.kernel.org\0" "\00:1\0" "b\0" "On 06/02/2014 05:50 PM, Mihai Caraman wrote:\n" @@ -89,9 +89,9 @@ "> +\t * get last instruction before beeing preempted\n" "> +\t * TODO: for e6500 check also BOOKE_INTERRUPT_LRAT_ERROR & ESR_DATA\n" "> +\t */\n" - "> +\tif (exit_nr = BOOKE_INTERRUPT_DATA_STORAGE ||\n" - "> +\t exit_nr = BOOKE_INTERRUPT_DTLB_MISS ||\n" - "> +\t exit_nr = BOOKE_INTERRUPT_HV_PRIV)\n" + "> +\tif (exit_nr == BOOKE_INTERRUPT_DATA_STORAGE ||\n" + "> +\t exit_nr == BOOKE_INTERRUPT_DTLB_MISS ||\n" + "> +\t exit_nr == BOOKE_INTERRUPT_HV_PRIV)\n" "\n" "Please make this a switch() - that's easier to read.\n" "\n" @@ -317,4 +317,4 @@ "> /************* MMU Notifiers *************/\n" > -a310ec5c2b7802ea82bbdd0899f97a6f4716f3ea8d603eeccb677c2f88ea0659 +5270131237533f5f835e6e24fcb6fd28121388ae318667751cac2b63438cf1cb
diff --git a/a/1.txt b/N2/1.txt index 3bd4ef3..bbdf946 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -77,9 +77,9 @@ On 06/02/2014 05:50 PM, Mihai Caraman wrote: > + * get last instruction before beeing preempted > + * TODO: for e6500 check also BOOKE_INTERRUPT_LRAT_ERROR & ESR_DATA > + */ -> + if (exit_nr = BOOKE_INTERRUPT_DATA_STORAGE || -> + exit_nr = BOOKE_INTERRUPT_DTLB_MISS || -> + exit_nr = BOOKE_INTERRUPT_HV_PRIV) +> + if (exit_nr == BOOKE_INTERRUPT_DATA_STORAGE || +> + exit_nr == BOOKE_INTERRUPT_DTLB_MISS || +> + exit_nr == BOOKE_INTERRUPT_HV_PRIV) Please make this a switch() - that's easier to read. diff --git a/a/content_digest b/N2/content_digest index d58051d..ce8f877 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,7 @@ "ref\01401724216-26486-5-git-send-email-mihai.caraman@freescale.com\0" "From\0Alexander Graf <agraf@suse.de>\0" "Subject\0Re: [PATCH 4/4 v3] KVM: PPC: Bookehv: Get vcpu's last instruction for emulation\0" - "Date\0Thu, 12 Jun 2014 16:04:04 +0000\0" + "Date\0Thu, 12 Jun 2014 18:04:04 +0200\0" "To\0Mihai Caraman <mihai.caraman@freescale.com>\0" "Cc\0kvm-ppc@vger.kernel.org" kvm@vger.kernel.org @@ -89,9 +89,9 @@ "> +\t * get last instruction before beeing preempted\n" "> +\t * TODO: for e6500 check also BOOKE_INTERRUPT_LRAT_ERROR & ESR_DATA\n" "> +\t */\n" - "> +\tif (exit_nr = BOOKE_INTERRUPT_DATA_STORAGE ||\n" - "> +\t exit_nr = BOOKE_INTERRUPT_DTLB_MISS ||\n" - "> +\t exit_nr = BOOKE_INTERRUPT_HV_PRIV)\n" + "> +\tif (exit_nr == BOOKE_INTERRUPT_DATA_STORAGE ||\n" + "> +\t exit_nr == BOOKE_INTERRUPT_DTLB_MISS ||\n" + "> +\t exit_nr == BOOKE_INTERRUPT_HV_PRIV)\n" "\n" "Please make this a switch() - that's easier to read.\n" "\n" @@ -317,4 +317,4 @@ "> /************* MMU Notifiers *************/\n" > -a310ec5c2b7802ea82bbdd0899f97a6f4716f3ea8d603eeccb677c2f88ea0659 +4dbdfd76b689cce8754ffdc0e4a7816c0576cd25f8b6cef1bb62ecc037632496
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.