linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
diff for duplicates of <SNT145-W3682AF4AA1AE6F941FDC1BA57A0@phx.gbl>

diff --git a/a/1.txt b/N1/1.txt
index 40298d3..65c5a98 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -18,91 +18,3 @@ This is the link to the bug and my comments / conversation on to get the correct
         /* When using big bar, Bar 0 is based at 0 */
           msg.address_lo = (0 + CVMX_PCI_MSI_RCV) & 0xffffffff; Signed-off-by: nickkrause@sympatico.ca
 Nick
-
-
- 		 	   		  
-From Paul.Burton@imgtec.com Mon Mar 24 11:20:00 2014
-Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 24 Mar 2014 11:20:03 +0100 (CET)
-Received: from mailapp01.imgtec.com ([195.89.28.114]:49249 "EHLO
-        mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org
-        with ESMTP id S6816503AbaCXKUAcLLTm (ORCPT
-        <rfc822;linux-mips@linux-mips.org>); Mon, 24 Mar 2014 11:20:00 +0100
-Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35])
-        by Websense Email Security Gateway with ESMTPS id 2B55DDDC4CE6F
-        for <linux-mips@linux-mips.org>; Mon, 24 Mar 2014 10:19:52 +0000 (GMT)
-Received: from KLMAIL02.kl.imgtec.org (192.168.5.97) by KLMAIL01.kl.imgtec.org
- (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.174.1; Mon, 24 Mar
- 2014 10:19:54 +0000
-Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by
- klmail02.kl.imgtec.org (192.168.5.97) with Microsoft SMTP Server (TLS) id
- 14.3.174.1; Mon, 24 Mar 2014 10:19:53 +0000
-Received: from pburton-linux.le.imgtec.org (192.168.154.79) by
- LEMAIL01.le.imgtec.org (192.168.152.62) with Microsoft SMTP Server (TLS) id
- 14.3.174.1; Mon, 24 Mar 2014 10:19:53 +0000
-From:   Paul Burton <paul.burton@imgtec.com>
-To:     <linux-mips@linux-mips.org>
-CC:     Paul Burton <paul.burton@imgtec.com>
-Subject: [PATCH 00/12] CPS SMP fixes
-Date:   Mon, 24 Mar 2014 10:19:23 +0000
-Message-ID: <1395656375-9300-1-git-send-email-paul.burton@imgtec.com>
-X-Mailer: git-send-email 1.8.5.3
-MIME-Version: 1.0
-Content-Type: text/plain
-X-Originating-IP: [192.168.154.79]
-Return-Path: <Paul.Burton@imgtec.com>
-X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0)
-X-Orcpt: rfc822;linux-mips@linux-mips.org
-Original-Recipient: rfc822;linux-mips@linux-mips.org
-X-archive-position: 39560
-X-ecartis-version: Ecartis v1.0.0
-Sender: linux-mips-bounce@linux-mips.org
-Errors-to: linux-mips-bounce@linux-mips.org
-X-original-sender: paul.burton@imgtec.com
-Precedence: bulk
-List-help: <mailto:ecartis@linux-mips.org?Subject=help>
-List-unsubscribe: <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips>
-List-software: Ecartis version 1.0.0
-List-Id: linux-mips <linux-mips.eddie.linux-mips.org>
-X-List-ID: linux-mips <linux-mips.eddie.linux-mips.org>
-List-subscribe: <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips>
-List-owner: <mailto:ralf@linux-mips.org>
-List-post: <mailto:linux-mips@linux-mips.org>
-List-archive: <http://www.linux-mips.org/archives/linux-mips/>
-X-list: linux-mips
-Content-Length: 1487
-Lines: 35
-
-This series provides a few fixes & cleanups mostly related to the
-MIPS CPS SMP implementation, fixing a few potential build errors &
-allowing use on cores without the MT ASE & without CONFIG_MIPS_MT.
-The final two patches fix use on big endian systems.
-
-Paul Burton (12):
-  MIPS: add cpu_vpe_id macro
-  MIPS: provide empty mips_mt_set_cpuoptions when CONFIG_MIPS_MT=n
-  MIPS: fix core number detection for MT cores
-  MIPS: remove ifdef around core number probe
-  MIPS: smp-cmp: remove incorrect core number probe
-  MIPS: smp-cps: fix build when CONFIG_MIPS_MT_SMP=n
-  MIPS: smp-cps: don't run MT instructions if cpu doesn't have MT
-  MIPS: smp-mt: use common GIC IPI implementation
-  MIPS: Malta: GIC IPIs may be used without MT
-  MIPS: fix warning when including smp-ops.h with CONFIG_SMP=n
-  MIPS: CM: use __raw_ memory access functions
-  MIPS: CPC: use __raw_ memory access functions
-
- arch/mips/Kconfig                |  1 +
- arch/mips/include/asm/cpu-info.h |  6 ++++++
- arch/mips/include/asm/mips-cm.h  |  4 ++--
- arch/mips/include/asm/mips-cpc.h |  4 ++--
- arch/mips/include/asm/mips_mt.h  |  5 +++++
- arch/mips/include/asm/smp-ops.h  |  6 +++---
- arch/mips/kernel/cpu-probe.c     |  7 ++++---
- arch/mips/kernel/smp-cmp.c       |  3 +--
- arch/mips/kernel/smp-cps.c       | 14 ++++++++++----
- arch/mips/kernel/smp-mt.c        | 23 +----------------------
- arch/mips/mti-malta/malta-int.c  | 19 +++++++++++--------
- 11 files changed, 46 insertions(+), 46 deletions(-)
-
--- 
-1.8.5.3
diff --git a/a/content_digest b/N1/content_digest
index a3b005f..aa55a1d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -27,94 +27,6 @@
  "\302\240\302\240\302\240\302\240\302\240 case OCTEON_DMA_BAR_TYPE_BIG:\n"
  "\302\240\302\240\302\240 \302\240\302\240\302\240 /* When using big bar, Bar 0 is based at 0 */\n"
  "\302\240\302\240\302\240\302\240\302\240 \302\240\302\240\302\240 msg.address_lo = (0 + CVMX_PCI_MSI_RCV) & 0xffffffff; Signed-off-by: nickkrause@sympatico.ca\n"
- "Nick\n"
- "\n"
- "\n"
- " \t\t \t   \t\t  \n"
- "From Paul.Burton@imgtec.com Mon Mar 24 11:20:00 2014\n"
- "Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 24 Mar 2014 11:20:03 +0100 (CET)\n"
- "Received: from mailapp01.imgtec.com ([195.89.28.114]:49249 \"EHLO\n"
- "        mailapp01.imgtec.com\" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org\n"
- "        with ESMTP id S6816503AbaCXKUAcLLTm (ORCPT\n"
- "        <rfc822;linux-mips@linux-mips.org>); Mon, 24 Mar 2014 11:20:00 +0100\n"
- "Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35])\n"
- "        by Websense Email Security Gateway with ESMTPS id 2B55DDDC4CE6F\n"
- "        for <linux-mips@linux-mips.org>; Mon, 24 Mar 2014 10:19:52 +0000 (GMT)\n"
- "Received: from KLMAIL02.kl.imgtec.org (192.168.5.97) by KLMAIL01.kl.imgtec.org\n"
- " (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.174.1; Mon, 24 Mar\n"
- " 2014 10:19:54 +0000\n"
- "Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by\n"
- " klmail02.kl.imgtec.org (192.168.5.97) with Microsoft SMTP Server (TLS) id\n"
- " 14.3.174.1; Mon, 24 Mar 2014 10:19:53 +0000\n"
- "Received: from pburton-linux.le.imgtec.org (192.168.154.79) by\n"
- " LEMAIL01.le.imgtec.org (192.168.152.62) with Microsoft SMTP Server (TLS) id\n"
- " 14.3.174.1; Mon, 24 Mar 2014 10:19:53 +0000\n"
- "From:   Paul Burton <paul.burton@imgtec.com>\n"
- "To:     <linux-mips@linux-mips.org>\n"
- "CC:     Paul Burton <paul.burton@imgtec.com>\n"
- "Subject: [PATCH 00/12] CPS SMP fixes\n"
- "Date:   Mon, 24 Mar 2014 10:19:23 +0000\n"
- "Message-ID: <1395656375-9300-1-git-send-email-paul.burton@imgtec.com>\n"
- "X-Mailer: git-send-email 1.8.5.3\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain\n"
- "X-Originating-IP: [192.168.154.79]\n"
- "Return-Path: <Paul.Burton@imgtec.com>\n"
- "X-Envelope-To: <\"|/home/ecartis/ecartis -s linux-mips\"> (uid 0)\n"
- "X-Orcpt: rfc822;linux-mips@linux-mips.org\n"
- "Original-Recipient: rfc822;linux-mips@linux-mips.org\n"
- "X-archive-position: 39560\n"
- "X-ecartis-version: Ecartis v1.0.0\n"
- "Sender: linux-mips-bounce@linux-mips.org\n"
- "Errors-to: linux-mips-bounce@linux-mips.org\n"
- "X-original-sender: paul.burton@imgtec.com\n"
- "Precedence: bulk\n"
- "List-help: <mailto:ecartis@linux-mips.org?Subject=help>\n"
- "List-unsubscribe: <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips>\n"
- "List-software: Ecartis version 1.0.0\n"
- "List-Id: linux-mips <linux-mips.eddie.linux-mips.org>\n"
- "X-List-ID: linux-mips <linux-mips.eddie.linux-mips.org>\n"
- "List-subscribe: <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips>\n"
- "List-owner: <mailto:ralf@linux-mips.org>\n"
- "List-post: <mailto:linux-mips@linux-mips.org>\n"
- "List-archive: <http://www.linux-mips.org/archives/linux-mips/>\n"
- "X-list: linux-mips\n"
- "Content-Length: 1487\n"
- "Lines: 35\n"
- "\n"
- "This series provides a few fixes & cleanups mostly related to the\n"
- "MIPS CPS SMP implementation, fixing a few potential build errors &\n"
- "allowing use on cores without the MT ASE & without CONFIG_MIPS_MT.\n"
- "The final two patches fix use on big endian systems.\n"
- "\n"
- "Paul Burton (12):\n"
- "  MIPS: add cpu_vpe_id macro\n"
- "  MIPS: provide empty mips_mt_set_cpuoptions when CONFIG_MIPS_MT=n\n"
- "  MIPS: fix core number detection for MT cores\n"
- "  MIPS: remove ifdef around core number probe\n"
- "  MIPS: smp-cmp: remove incorrect core number probe\n"
- "  MIPS: smp-cps: fix build when CONFIG_MIPS_MT_SMP=n\n"
- "  MIPS: smp-cps: don't run MT instructions if cpu doesn't have MT\n"
- "  MIPS: smp-mt: use common GIC IPI implementation\n"
- "  MIPS: Malta: GIC IPIs may be used without MT\n"
- "  MIPS: fix warning when including smp-ops.h with CONFIG_SMP=n\n"
- "  MIPS: CM: use __raw_ memory access functions\n"
- "  MIPS: CPC: use __raw_ memory access functions\n"
- "\n"
- " arch/mips/Kconfig                |  1 +\n"
- " arch/mips/include/asm/cpu-info.h |  6 ++++++\n"
- " arch/mips/include/asm/mips-cm.h  |  4 ++--\n"
- " arch/mips/include/asm/mips-cpc.h |  4 ++--\n"
- " arch/mips/include/asm/mips_mt.h  |  5 +++++\n"
- " arch/mips/include/asm/smp-ops.h  |  6 +++---\n"
- " arch/mips/kernel/cpu-probe.c     |  7 ++++---\n"
- " arch/mips/kernel/smp-cmp.c       |  3 +--\n"
- " arch/mips/kernel/smp-cps.c       | 14 ++++++++++----\n"
- " arch/mips/kernel/smp-mt.c        | 23 +----------------------\n"
- " arch/mips/mti-malta/malta-int.c  | 19 +++++++++++--------\n"
- " 11 files changed, 46 insertions(+), 46 deletions(-)\n"
- "\n"
- "-- \n"
- 1.8.5.3
+ Nick
 
-eeae3053284c42cfd91a8d171c37deb285cebd54e9d853e067a8c5b4e722b8c8
+8678a05d8bd8f8039ac28d928987443b2e7114dd225ad8d79722618bc738ec6b

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).