diff for duplicates of <1475745033.3301.5.camel@synopsys.com> diff --git a/a/1.txt b/N1/1.txt index 72e9df2..4f0c5ed 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ Hi Vineet, -On Wed, 2016-10-05@13:39 -0700, Vineet Gupta wrote: +On Wed, 2016-10-05 at 13:39 -0700, Vineet Gupta wrote: > The IDU intc is technically part of MCIP (Multi-core IP) hence > historically was only available in a SMP hardware build (and thus only > in a SMP kernel build). Now that hardware restriction has been lifted, @@ -13,26 +13,26 @@ On Wed, 2016-10-05@13:39 -0700, Vineet Gupta wrote: > This change allows IDU in UP builds and with a suitable device tree, we > can have the cascaded intc system > -> ????ARCv2 core intc <---> ARCv2 IDU intc <---> periperals +> ARCv2 core intc <---> ARCv2 IDU intc <---> periperals > -> Signed-off-by: Vineet Gupta <vgupta at synopsys.com> +> Signed-off-by: Vineet Gupta <vgupta@synopsys.com> > --- [snip] -? + > +struct mcip_bcr { > +#ifdef CONFIG_CPU_BIG_ENDIAN > + unsigned int pad3:8, -> + ?????idu:1, llm:1, num_cores:6, -> + ?????iocoh:1,??gfrc:1, dbg:1, pad2:1, -> + ?????msg:1, sem:1, ipi:1, pad:1, -> + ?????ver:8; +> + idu:1, llm:1, num_cores:6, +> + iocoh:1, gfrc:1, dbg:1, pad2:1, +> + msg:1, sem:1, ipi:1, pad:1, +> + ver:8; > +#else > + unsigned int ver:8, -> + ?????pad:1, ipi:1, sem:1, msg:1, -> + ?????pad2:1, dbg:1, gfrc:1, iocoh:1, -> + ?????num_cores:6, llm:1, idu:1, -> + ?????pad3:8; +> + pad:1, ipi:1, sem:1, msg:1, +> + pad2:1, dbg:1, gfrc:1, iocoh:1, +> + num_cores:6, llm:1, idu:1, +> + pad3:8; > +#endif > +}; diff --git a/a/content_digest b/N1/content_digest index 2b9780c..a2e6c2d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,13 +1,17 @@ "ref\01475699962-11711-1-git-send-email-vgupta@synopsys.com\0" - "From\0Alexey.Brodkin@synopsys.com (Alexey Brodkin)\0" - "Subject\0[PATCH] ARCv2: intc: untangle SMP, MCIP and IDU\0" + "From\0Alexey Brodkin <Alexey.Brodkin@synopsys.com>\0" + "Subject\0Re: [PATCH] ARCv2: intc: untangle SMP, MCIP and IDU\0" "Date\0Thu, 6 Oct 2016 09:10:53 +0000\0" - "To\0linux-snps-arc@lists.infradead.org\0" + "To\0Vineet Gupta <Vineet.Gupta1@synopsys.com>\0" + "Cc\0linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>" + Yuriy.Kolerov@synopsys.com <Yuriy.Kolerov@synopsys.com> + Vlad Zakharov <Vladislav.Zakharov@synopsys.com> + " linux-snps-arc@lists.infradead.org <linux-snps-arc@lists.infradead.org>\0" "\00:1\0" "b\0" "Hi Vineet,\n" "\n" - "On Wed, 2016-10-05@13:39 -0700, Vineet Gupta wrote:\n" + "On Wed, 2016-10-05 at 13:39 -0700, Vineet Gupta wrote:\n" "> The IDU intc is technically part of MCIP (Multi-core IP) hence\n" "> historically was only available in a SMP hardware build (and thus only\n" "> in a SMP kernel build). Now that hardware restriction has been lifted,\n" @@ -20,26 +24,26 @@ "> This change allows IDU in UP builds and with a suitable device tree, we\n" "> can have the cascaded intc system\n" "> \n" - "> ????ARCv2 core intc <---> ARCv2 IDU intc <---> periperals\n" + "> \302\240\302\240\302\240\302\240ARCv2 core intc <---> ARCv2 IDU intc <---> periperals\n" "> \n" - "> Signed-off-by: Vineet Gupta <vgupta at synopsys.com>\n" + "> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>\n" "> ---\n" "\n" "[snip]\n" - "?\n" + "\302\240\n" "> +struct mcip_bcr {\n" "> +#ifdef CONFIG_CPU_BIG_ENDIAN\n" "> +\t\tunsigned int pad3:8,\n" - "> +\t\t\t?????idu:1, llm:1, num_cores:6,\n" - "> +\t\t\t?????iocoh:1,??gfrc:1, dbg:1, pad2:1,\n" - "> +\t\t\t?????msg:1, sem:1, ipi:1, pad:1,\n" - "> +\t\t\t?????ver:8;\n" + "> +\t\t\t\302\240\302\240\302\240\302\240\302\240idu:1, llm:1, num_cores:6,\n" + "> +\t\t\t\302\240\302\240\302\240\302\240\302\240iocoh:1,\302\240\302\240gfrc:1, dbg:1, pad2:1,\n" + "> +\t\t\t\302\240\302\240\302\240\302\240\302\240msg:1, sem:1, ipi:1, pad:1,\n" + "> +\t\t\t\302\240\302\240\302\240\302\240\302\240ver:8;\n" "> +#else\n" "> +\t\tunsigned int ver:8,\n" - "> +\t\t\t?????pad:1, ipi:1, sem:1, msg:1,\n" - "> +\t\t\t?????pad2:1, dbg:1, gfrc:1, iocoh:1,\n" - "> +\t\t\t?????num_cores:6, llm:1, idu:1,\n" - "> +\t\t\t?????pad3:8;\n" + "> +\t\t\t\302\240\302\240\302\240\302\240\302\240pad:1, ipi:1, sem:1, msg:1,\n" + "> +\t\t\t\302\240\302\240\302\240\302\240\302\240pad2:1, dbg:1, gfrc:1, iocoh:1,\n" + "> +\t\t\t\302\240\302\240\302\240\302\240\302\240num_cores:6, llm:1, idu:1,\n" + "> +\t\t\t\302\240\302\240\302\240\302\240\302\240pad3:8;\n" "> +#endif\n" "> +};\n" "\n" @@ -56,4 +60,4 @@ "\n" -Alexey -08ef33458198afd312ce24f66ae72cb725ea5cd8852a0ffdf64300d235f9c304 +6456636513acd2d982756fe1a7ec3cc534ab54120e929dca2911574afd16c21c
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.