From: mark.brown314@gmail.com (Mark F. Brown)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] ARM: pxa168: fix corrected reset vector
Date: Thu, 26 Aug 2010 05:07:29 -0400 [thread overview]
Message-ID: <1282813649-8332-2-git-send-email-mark.brown314@gmail.com> (raw)
In-Reply-To: <1282813649-8332-1-git-send-email-mark.brown314@gmail.com>
Signed-off-by: Mark F. Brown <mark.brown314@gmail.com>
---
arch/arm/mach-mmp/include/mach/system.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-mmp/include/mach/system.h b/arch/arm/mach-mmp/include/mach/system.h
index 4f5b0e0..926e9c0 100644
--- a/arch/arm/mach-mmp/include/mach/system.h
+++ b/arch/arm/mach-mmp/include/mach/system.h
@@ -16,6 +16,6 @@ static inline void arch_idle(void)
static inline void arch_reset(char mode, const char *cmd)
{
- cpu_reset(0);
+ cpu_reset(0xffff0000);
}
#endif /* __ASM_MACH_SYSTEM_H */
--
1.7.0.4
next prev parent reply other threads:[~2010-08-26 9:07 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-26 9:07 [PATCH 0/1] ARM: pxa168: fix corrected reset vector Mark F. Brown
2010-08-26 9:07 ` Mark F. Brown [this message]
2010-08-31 5:48 ` [PATCH 1/1] " Eric Miao
2010-08-31 6:02 ` Mark F. Brown
2010-08-31 6:04 ` Eric Miao
2010-08-31 6:08 ` Eric Miao
2010-08-31 6:26 ` Haojian Zhuang
2010-08-31 6:48 ` Mark F. Brown
2010-08-31 6:54 ` Eric Miao
2010-08-31 7:02 ` Haojian Zhuang
2010-08-31 7:08 ` Eric Miao
2010-08-31 7:21 ` Haojian Zhuang
2010-08-31 7:27 ` Eric Miao
2010-08-31 7:28 ` Mark F. Brown
2010-08-31 7:28 ` Eric Miao
2010-08-31 7:24 ` Mark F. Brown
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=1282813649-8332-2-git-send-email-mark.brown314@gmail.com \
--to=mark.brown314@gmail.com \
--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).