]>
Commit | Line | Data |
---|---|---|
1 | ||
2 | Delivered-To: eric.y.miao@gmail.com | |
3 | Received: by 10.229.89.5 with SMTP id c5cs439661qcm; | |
4 | Fri, 18 Dec 2009 19:48:56 -0800 (PST) | |
5 | Received: by 10.220.121.203 with SMTP id i11mr3689463vcr.51.1261194536336; | |
6 | Fri, 18 Dec 2009 19:48:56 -0800 (PST) | |
7 | Return-Path: <linux-arm-kernel-bounces+eric.y.miao=gmail.com@lists.infradead.org> | |
8 | Received: 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) | |
11 | Received-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; | |
12 | Authentication-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 | |
13 | Received: 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 | |
16 | Received: 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 | |
20 | Received: 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 | |
24 | X-Mail-Handler: MailHop Outbound by DynDNS | |
25 | X-Originating-IP: 67.160.239.110 | |
26 | X-Report-Abuse-To: abuse@dyndns.com (see | |
27 | http://www.dyndns.com/services/mailhop/outbound_abuse.html for | |
28 | abuse reporting information) | |
29 | X-MHO-User: U2FsdGVkX18k2SKO6fppqloB4saxBGWQ | |
30 | Subject: [PATCH 5/5] arm: Fix typo in cacheflush.h and remove unnecessary | |
31 | comments | |
32 | To: linux-arm-kernel@lists.infradead.org | |
33 | From: Tony Lindgren <tony@atomide.com> | |
34 | Date: Fri, 18 Dec 2009 19:46:44 -0800 | |
35 | Message-ID: <20091219034644.26198.28856.stgit@localhost> | |
36 | In-Reply-To: <20091219034151.26198.26570.stgit@localhost> | |
37 | References: <20091219034151.26198.26570.stgit@localhost> | |
38 | User-Agent: StGit/0.15-6-gbbd0 | |
39 | MIME-Version: 1.0 | |
40 | X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) | |
41 | MR-646709E3 | |
42 | X-CRM114-CacheID: sfid-20091218_224646_095455_D5BC1139 | |
43 | X-CRM114-Status: GOOD ( 16.66 ) | |
44 | X-Spam-Score: 0.0 (/) | |
45 | X-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_ | |
50 | Cc: linux-omap@vger.kernel.org | |
51 | X-BeenThere: linux-arm-kernel@lists.infradead.org | |
52 | X-Mailman-Version: 2.1.12 | |
53 | Precedence: list | |
54 | List-Id: <linux-arm-kernel.lists.infradead.org> | |
55 | List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, | |
56 | <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> | |
57 | List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> | |
58 | List-Post: <mailto:linux-arm-kernel@lists.infradead.org> | |
59 | List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> | |
60 | List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, | |
61 | <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> | |
62 | Content-Type: text/plain; charset="us-ascii" | |
63 | Content-Transfer-Encoding: 7bit | |
64 | Sender: linux-arm-kernel-bounces@lists.infradead.org | |
65 | Errors-To: linux-arm-kernel-bounces+eric.y.miao=gmail.com@lists.infradead.org | |
66 | ||
67 | While dealing with the kexec fixes, I noticed these. | |
68 | ||
69 | Signed-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 | ||
76 | diff --git a/arch/arm/include/asm/cacheflush.h b/arch/arm/include/asm/cacheflush.h | |
77 | index 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 | * | |
89 | diff --git a/arch/arm/mm/proc-v6.S b/arch/arm/mm/proc-v6.S | |
90 | index 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) | |
102 | diff --git a/arch/arm/mm/proc-v7.S b/arch/arm/mm/proc-v7.S | |
103 | index 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 | _______________________________________________ | |
118 | linux-arm-kernel mailing list | |
119 | linux-arm-kernel@lists.infradead.org | |
120 | http://lists.infradead.org/mailman/listinfo/linux-arm-kernel |