]> git.zerfleddert.de Git - ms2-kexec/blame - kernel-patches/0005-arm-fix-typo-in-cacheflush-h-and-remove-unnecessary-comments.patch
patches for 2.6.32 to work as a kexecd kernel
[ms2-kexec] / kernel-patches / 0005-arm-fix-typo-in-cacheflush-h-and-remove-unnecessary-comments.patch
CommitLineData
47bcbf55
MG
1
2Delivered-To: eric.y.miao@gmail.com
3Received: by 10.229.89.5 with SMTP id c5cs439661qcm;
4 Fri, 18 Dec 2009 19:48:56 -0800 (PST)
5Received: by 10.220.121.203 with SMTP id i11mr3689463vcr.51.1261194536336;
6 Fri, 18 Dec 2009 19:48:56 -0800 (PST)
7Return-Path: <linux-arm-kernel-bounces+eric.y.miao=gmail.com@lists.infradead.org>
8Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34])
9 by mx.google.com with ESMTP id 28si5192987vws.112.2009.12.18.19.48.55;
10 Fri, 18 Dec 2009 19:48:56 -0800 (PST)
11Received-SPF: neutral (google.com: 18.85.46.34 is neither permitted nor denied by domain of linux-arm-kernel-bounces+eric.y.miao=gmail.com@lists.infradead.org) client-ip=18.85.46.34;
12Authentication-Results: mx.google.com; spf=neutral (google.com: 18.85.46.34 is neither permitted nor denied by domain of linux-arm-kernel-bounces+eric.y.miao=gmail.com@lists.infradead.org) smtp.mail=linux-arm-kernel-bounces+eric.y.miao=gmail.com@lists.infradead.org
13Received: from localhost ([::1] helo=bombadil.infradead.org)
14 by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux))
15 id 1NLqHL-0005gu-T7; Sat, 19 Dec 2009 03:46:51 +0000
16Received: from mho-02-ewr.mailhop.org ([204.13.248.72])
17 by bombadil.infradead.org with esmtps (Exim 4.69 #1 (Red Hat Linux))
18 id 1NLqHG-0005g5-0G for linux-arm-kernel@lists.infradead.org;
19 Sat, 19 Dec 2009 03:46:50 +0000
20Received: from c-67-160-239-110.hsd1.ca.comcast.net ([67.160.239.110]
21 helo=[127.0.0.1]) by mho-02-ewr.mailhop.org with esmtpa (Exim 4.68)
22 (envelope-from <tony@atomide.com>)
23 id 1NLqHF-0000m7-KU; Sat, 19 Dec 2009 03:46:45 +0000
24X-Mail-Handler: MailHop Outbound by DynDNS
25X-Originating-IP: 67.160.239.110
26X-Report-Abuse-To: abuse@dyndns.com (see
27 http://www.dyndns.com/services/mailhop/outbound_abuse.html for
28 abuse reporting information)
29X-MHO-User: U2FsdGVkX18k2SKO6fppqloB4saxBGWQ
30Subject: [PATCH 5/5] arm: Fix typo in cacheflush.h and remove unnecessary
31 comments
32To: linux-arm-kernel@lists.infradead.org
33From: Tony Lindgren <tony@atomide.com>
34Date: Fri, 18 Dec 2009 19:46:44 -0800
35Message-ID: <20091219034644.26198.28856.stgit@localhost>
36In-Reply-To: <20091219034151.26198.26570.stgit@localhost>
37References: <20091219034151.26198.26570.stgit@localhost>
38User-Agent: StGit/0.15-6-gbbd0
39MIME-Version: 1.0
40X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) )
41 MR-646709E3
42X-CRM114-CacheID: sfid-20091218_224646_095455_D5BC1139
43X-CRM114-Status: GOOD ( 16.66 )
44X-Spam-Score: 0.0 (/)
45X-Spam-Report: SpamAssassin version 3.2.5 on bombadil.infradead.org summary:
46 Content analysis details: (0.0 points)
47 pts rule name description
48 ---- ----------------------
49 -------------------------------------------------- _SUMMARY_
50Cc: linux-omap@vger.kernel.org
51X-BeenThere: linux-arm-kernel@lists.infradead.org
52X-Mailman-Version: 2.1.12
53Precedence: list
54List-Id: <linux-arm-kernel.lists.infradead.org>
55List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>,
56 <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe>
57List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/>
58List-Post: <mailto:linux-arm-kernel@lists.infradead.org>
59List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help>
60List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>,
61 <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe>
62Content-Type: text/plain; charset="us-ascii"
63Content-Transfer-Encoding: 7bit
64Sender: linux-arm-kernel-bounces@lists.infradead.org
65Errors-To: linux-arm-kernel-bounces+eric.y.miao=gmail.com@lists.infradead.org
66
67While dealing with the kexec fixes, I noticed these.
68
69Signed-off-by: Tony Lindgren <tony@atomide.com>
70---
71 arch/arm/include/asm/cacheflush.h | 2 +-
72 arch/arm/mm/proc-v6.S | 2 --
73 arch/arm/mm/proc-v7.S | 2 --
74 3 files changed, 1 insertions(+), 5 deletions(-)
75
76diff --git a/arch/arm/include/asm/cacheflush.h b/arch/arm/include/asm/cacheflush.h
77index 730aefc..e9fb1d3 100644
78--- a/arch/arm/include/asm/cacheflush.h
79+++ b/arch/arm/include/asm/cacheflush.h
80@@ -154,7 +154,7 @@
81 * Please note that the implementation of these, and the required
82 * effects are cache-type (VIVT/VIPT/PIPT) specific.
83 *
84- * flush_cache_kern_all()
85+ * flush_cache_all()
86 *
87 * Unconditionally clean and invalidate the entire cache.
88 *
89diff --git a/arch/arm/mm/proc-v6.S b/arch/arm/mm/proc-v6.S
90index 395cc90..7a5337e 100644
91--- a/arch/arm/mm/proc-v6.S
92+++ b/arch/arm/mm/proc-v6.S
93@@ -59,8 +59,6 @@ ENTRY(cpu_v6_proc_fin)
94 * to what would be the reset vector.
95 *
96 * - loc - location to jump to for soft reset
97- *
98- * It is assumed that:
99 */
100 .align 5
101 ENTRY(cpu_v6_reset)
102diff --git a/arch/arm/mm/proc-v7.S b/arch/arm/mm/proc-v7.S
103index d2a8074..7aaf88a 100644
104--- a/arch/arm/mm/proc-v7.S
105+++ b/arch/arm/mm/proc-v7.S
106@@ -63,8 +63,6 @@ ENDPROC(cpu_v7_proc_fin)
107 * to what would be the reset vector.
108 *
109 * - loc - location to jump to for soft reset
110- *
111- * It is assumed that:
112 */
113 .align 5
114 ENTRY(cpu_v7_reset)
115
116
117_______________________________________________
118linux-arm-kernel mailing list
119linux-arm-kernel@lists.infradead.org
120http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Impressum, Datenschutz