diff for duplicates of <536773C2.1070502@suse.de> diff --git a/a/1.txt b/N1/1.txt index ace5994..3ed39d2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,7 +22,7 @@ On 05/04/2014 07:21 PM, Aneesh Kumar K.V wrote: > return (inst >> 11) & 0x7fff; > } > + -> +#define IS_XFORM(inst) (get_op(inst) = 31) +> +#define IS_XFORM(inst) (get_op(inst) == 31) > +#define IS_DSFORM(inst) (get_op(inst) >= 56) > + > +/* @@ -71,7 +71,7 @@ On 05/04/2014 07:21 PM, Aneesh Kumar K.V wrote: > unsigned char flags; > }; > -> -#define IS_XFORM(inst) (((inst) >> 26) = 31) +> -#define IS_XFORM(inst) (((inst) >> 26) == 31) > -#define IS_DSFORM(inst) (((inst) >> 26) >= 56) > > #define INVALID { 0, 0 } diff --git a/a/content_digest b/N1/content_digest index a737b36..b306a4f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,9 @@ "ref\01399224075-18041-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com\0" "From\0Alexander Graf <agraf@suse.de>\0" "Subject\0Re: [PATCH V4] POWERPC: BOOK3S: KVM: Use the saved dar value and generic make_dsisr\0" - "Date\0Mon, 05 May 2014 11:19:30 +0000\0" + "Date\0Mon, 05 May 2014 13:19:30 +0200\0" "To\0Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>\0" - "Cc\0benh@kernel.crashing.org" - paulus@samba.org + "Cc\0paulus@samba.org" linuxppc-dev@lists.ozlabs.org kvm-ppc@vger.kernel.org " kvm@vger.kernel.org\0" @@ -34,7 +33,7 @@ "> \treturn (inst >> 11) & 0x7fff;\n" "> }\n" "> +\n" - "> +#define IS_XFORM(inst)\t(get_op(inst) = 31)\n" + "> +#define IS_XFORM(inst)\t(get_op(inst) == 31)\n" "> +#define IS_DSFORM(inst)\t(get_op(inst) >= 56)\n" "> +\n" "> +/*\n" @@ -83,7 +82,7 @@ "> \tunsigned char flags;\n" "> };\n" "> \n" - "> -#define IS_XFORM(inst)\t(((inst) >> 26) = 31)\n" + "> -#define IS_XFORM(inst)\t(((inst) >> 26) == 31)\n" "> -#define IS_DSFORM(inst)\t(((inst) >> 26) >= 56)\n" "> \n" "> #define INVALID\t{ 0, 0 }\n" @@ -185,4 +184,4 @@ "\n" Alex -08bbe21fb32e2552cb61c688daa8f8db9c0d3eeacccefbdf20b0be991c1e716f +1a78cb7219d6ca5202f826ef253345539721be621a26eb03de8be21a035f877b
diff --git a/a/1.txt b/N2/1.txt index ace5994..3ed39d2 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -22,7 +22,7 @@ On 05/04/2014 07:21 PM, Aneesh Kumar K.V wrote: > return (inst >> 11) & 0x7fff; > } > + -> +#define IS_XFORM(inst) (get_op(inst) = 31) +> +#define IS_XFORM(inst) (get_op(inst) == 31) > +#define IS_DSFORM(inst) (get_op(inst) >= 56) > + > +/* @@ -71,7 +71,7 @@ On 05/04/2014 07:21 PM, Aneesh Kumar K.V wrote: > unsigned char flags; > }; > -> -#define IS_XFORM(inst) (((inst) >> 26) = 31) +> -#define IS_XFORM(inst) (((inst) >> 26) == 31) > -#define IS_DSFORM(inst) (((inst) >> 26) >= 56) > > #define INVALID { 0, 0 } diff --git a/a/content_digest b/N2/content_digest index a737b36..4ab13fa 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\01399224075-18041-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com\0" "From\0Alexander Graf <agraf@suse.de>\0" "Subject\0Re: [PATCH V4] POWERPC: BOOK3S: KVM: Use the saved dar value and generic make_dsisr\0" - "Date\0Mon, 05 May 2014 11:19:30 +0000\0" + "Date\0Mon, 05 May 2014 13:19:30 +0200\0" "To\0Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>\0" "Cc\0benh@kernel.crashing.org" paulus@samba.org @@ -34,7 +34,7 @@ "> \treturn (inst >> 11) & 0x7fff;\n" "> }\n" "> +\n" - "> +#define IS_XFORM(inst)\t(get_op(inst) = 31)\n" + "> +#define IS_XFORM(inst)\t(get_op(inst) == 31)\n" "> +#define IS_DSFORM(inst)\t(get_op(inst) >= 56)\n" "> +\n" "> +/*\n" @@ -83,7 +83,7 @@ "> \tunsigned char flags;\n" "> };\n" "> \n" - "> -#define IS_XFORM(inst)\t(((inst) >> 26) = 31)\n" + "> -#define IS_XFORM(inst)\t(((inst) >> 26) == 31)\n" "> -#define IS_DSFORM(inst)\t(((inst) >> 26) >= 56)\n" "> \n" "> #define INVALID\t{ 0, 0 }\n" @@ -185,4 +185,4 @@ "\n" Alex -08bbe21fb32e2552cb61c688daa8f8db9c0d3eeacccefbdf20b0be991c1e716f +0b8ad04e4841e1f33ecf372444e215ff2caaa5f1bcc3616ec485cfb7b175d317
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.