From: amit.kachhap@linaro.org (Amit Daniel Kachhap)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 2/5] ARM: exynos4: remove useless churn in sleep.S
Date: Fri, 11 Nov 2011 11:59:34 +0530 [thread overview]
Message-ID: <1320992977-11589-3-git-send-email-amit.kachhap@linaro.org> (raw)
In-Reply-To: <1320992977-11589-1-git-send-email-amit.kachhap@linaro.org>
This patch cleans up sleep code in preparation for L2 resume code
and hotplug functions
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Amit Daniel Kachhap <amit.kachhap@linaro.org>
---
arch/arm/plat-s5p/sleep.S | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/arch/arm/plat-s5p/sleep.S b/arch/arm/plat-s5p/sleep.S
index 0fd591b..c371ba2 100644
--- a/arch/arm/plat-s5p/sleep.S
+++ b/arch/arm/plat-s5p/sleep.S
@@ -23,7 +23,6 @@
*/
#include <linux/linkage.h>
-#include <asm/assembler.h>
.text
@@ -44,6 +43,9 @@
* other way of restoring the stack pointer after sleep, and we
* must not write to the code segment (code is read-only)
*/
+ .align
+ .data
ENTRY(s3c_cpu_resume)
b cpu_resume
+ENDPROC(s3c_cpu_resume)
--
1.7.1
next prev parent reply other threads:[~2011-11-11 6:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-11 6:29 [PATCH V2 0/5] ARM: exynos4: Add l2 retention mode cpuidle state Amit Daniel Kachhap
2011-11-11 6:29 ` [PATCH V2 1/5] ARM: exynos4: Add support for AFTR " Amit Daniel Kachhap
2011-11-11 10:17 ` Lorenzo Pieralisi
2011-11-11 11:12 ` Amit Kachhap
2011-11-11 6:29 ` Amit Daniel Kachhap [this message]
2011-11-11 6:29 ` [PATCH V2 3/5] ARM: exynos4: add L2 early resume code Amit Daniel Kachhap
2011-11-11 6:29 ` [PATCH V2 4/5] ARM: exynos4: remove useless code to save/restore L2 Amit Daniel Kachhap
2011-11-11 6:29 ` [PATCH V2 5/5] ARM: exynos4: Enable l2 configuration through device tree Amit Daniel Kachhap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1320992977-11589-3-git-send-email-amit.kachhap@linaro.org \
--to=amit.kachhap@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).