diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-03-29 12:14:45 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-03-30 05:40:12 -0400 |
commit | 8f6aef924d6d83f67e74ca5edc98957867c50ce9 (patch) | |
tree | 0a50299920f6db7f8ada23108e927e7cdac10da4 /arch/arm/mach-mmp/include | |
parent | 0d34fb8e93ceba7b6dad0062dbb4a0813bacd75b (diff) |
[ARM] arch_reset() now takes a second parameter
Add it to the new platforms.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-mmp/include')
-rw-r--r-- | 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 001edfefec19..4f5b0e0ce6cf 100644 --- a/arch/arm/mach-mmp/include/mach/system.h +++ b/arch/arm/mach-mmp/include/mach/system.h | |||
@@ -14,7 +14,7 @@ static inline void arch_idle(void) | |||
14 | cpu_do_idle(); | 14 | cpu_do_idle(); |
15 | } | 15 | } |
16 | 16 | ||
17 | static inline void arch_reset(char mode) | 17 | static inline void arch_reset(char mode, const char *cmd) |
18 | { | 18 | { |
19 | cpu_reset(0); | 19 | cpu_reset(0); |
20 | } | 20 | } |