]> git.zerfleddert.de Git - ms2-kexec/blobdiff - 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
diff --git a/kernel-patches/0005-arm-fix-typo-in-cacheflush-h-and-remove-unnecessary-comments.patch b/kernel-patches/0005-arm-fix-typo-in-cacheflush-h-and-remove-unnecessary-comments.patch
new file mode 100644 (file)
index 0000000..d87f3c5
--- /dev/null
@@ -0,0 +1,120 @@
+                                                                                                                                                                                                                                                               
+Delivered-To: eric.y.miao@gmail.com
+Received: by 10.229.89.5 with SMTP id c5cs439661qcm;
+        Fri, 18 Dec 2009 19:48:56 -0800 (PST)
+Received: by 10.220.121.203 with SMTP id i11mr3689463vcr.51.1261194536336;
+        Fri, 18 Dec 2009 19:48:56 -0800 (PST)
+Return-Path: <linux-arm-kernel-bounces+eric.y.miao=gmail.com@lists.infradead.org>
+Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34])
+        by mx.google.com with ESMTP id 28si5192987vws.112.2009.12.18.19.48.55;
+        Fri, 18 Dec 2009 19:48:56 -0800 (PST)
+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;
+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
+Received: from localhost ([::1] helo=bombadil.infradead.org)
+       by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux))
+       id 1NLqHL-0005gu-T7; Sat, 19 Dec 2009 03:46:51 +0000
+Received: from mho-02-ewr.mailhop.org ([204.13.248.72])
+       by bombadil.infradead.org with esmtps (Exim 4.69 #1 (Red Hat Linux))
+       id 1NLqHG-0005g5-0G for linux-arm-kernel@lists.infradead.org;
+       Sat, 19 Dec 2009 03:46:50 +0000
+Received: from c-67-160-239-110.hsd1.ca.comcast.net ([67.160.239.110]
+       helo=[127.0.0.1]) by mho-02-ewr.mailhop.org with esmtpa (Exim 4.68)
+       (envelope-from <tony@atomide.com>)
+       id 1NLqHF-0000m7-KU; Sat, 19 Dec 2009 03:46:45 +0000
+X-Mail-Handler: MailHop Outbound by DynDNS
+X-Originating-IP: 67.160.239.110
+X-Report-Abuse-To: abuse@dyndns.com (see
+       http://www.dyndns.com/services/mailhop/outbound_abuse.html for
+       abuse reporting information)
+X-MHO-User: U2FsdGVkX18k2SKO6fppqloB4saxBGWQ
+Subject: [PATCH 5/5] arm: Fix typo in cacheflush.h and remove unnecessary
+       comments
+To: linux-arm-kernel@lists.infradead.org
+From: Tony Lindgren <tony@atomide.com>
+Date: Fri, 18 Dec 2009 19:46:44 -0800
+Message-ID: <20091219034644.26198.28856.stgit@localhost>
+In-Reply-To: <20091219034151.26198.26570.stgit@localhost>
+References: <20091219034151.26198.26570.stgit@localhost>
+User-Agent: StGit/0.15-6-gbbd0
+MIME-Version: 1.0
+X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) )
+       MR-646709E3 
+X-CRM114-CacheID: sfid-20091218_224646_095455_D5BC1139 
+X-CRM114-Status: GOOD (  16.66  )
+X-Spam-Score: 0.0 (/)
+X-Spam-Report: SpamAssassin version 3.2.5 on bombadil.infradead.org summary:
+       Content analysis details:   (0.0 points)
+       pts rule name              description
+       ---- ----------------------
+       -------------------------------------------------- _SUMMARY_
+Cc: linux-omap@vger.kernel.org
+X-BeenThere: linux-arm-kernel@lists.infradead.org
+X-Mailman-Version: 2.1.12
+Precedence: list
+List-Id: <linux-arm-kernel.lists.infradead.org>
+List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, 
+       <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe>
+List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/>
+List-Post: <mailto:linux-arm-kernel@lists.infradead.org>
+List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help>
+List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, 
+       <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe>
+Content-Type: text/plain; charset="us-ascii"
+Content-Transfer-Encoding: 7bit
+Sender: linux-arm-kernel-bounces@lists.infradead.org
+Errors-To: linux-arm-kernel-bounces+eric.y.miao=gmail.com@lists.infradead.org
+
+While dealing with the kexec fixes, I noticed these.
+
+Signed-off-by: Tony Lindgren <tony@atomide.com>
+---
+ arch/arm/include/asm/cacheflush.h |    2 +-
+ arch/arm/mm/proc-v6.S             |    2 --
+ arch/arm/mm/proc-v7.S             |    2 --
+ 3 files changed, 1 insertions(+), 5 deletions(-)
+
+diff --git a/arch/arm/include/asm/cacheflush.h b/arch/arm/include/asm/cacheflush.h
+index 730aefc..e9fb1d3 100644
+--- a/arch/arm/include/asm/cacheflush.h
++++ b/arch/arm/include/asm/cacheflush.h
+@@ -154,7 +154,7 @@
+  *    Please note that the implementation of these, and the required
+  *    effects are cache-type (VIVT/VIPT/PIPT) specific.
+  *
+- *    flush_cache_kern_all()
++ *    flush_cache_all()
+  *
+  *            Unconditionally clean and invalidate the entire cache.
+  *
+diff --git a/arch/arm/mm/proc-v6.S b/arch/arm/mm/proc-v6.S
+index 395cc90..7a5337e 100644
+--- a/arch/arm/mm/proc-v6.S
++++ b/arch/arm/mm/proc-v6.S
+@@ -59,8 +59,6 @@ ENTRY(cpu_v6_proc_fin)
+  *    to what would be the reset vector.
+  *
+  *    - loc   - location to jump to for soft reset
+- *
+- *    It is assumed that:
+  */
+       .align  5
+ ENTRY(cpu_v6_reset)
+diff --git a/arch/arm/mm/proc-v7.S b/arch/arm/mm/proc-v7.S
+index d2a8074..7aaf88a 100644
+--- a/arch/arm/mm/proc-v7.S
++++ b/arch/arm/mm/proc-v7.S
+@@ -63,8 +63,6 @@ ENDPROC(cpu_v7_proc_fin)
+  *    to what would be the reset vector.
+  *
+  *    - loc   - location to jump to for soft reset
+- *
+- *    It is assumed that:
+  */
+       .align  5
+ ENTRY(cpu_v7_reset)
+
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Impressum, Datenschutz