projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7174d85
)
[ARM] 4001/1: S3C24XX: shorten reboot time
author
Ben Dooks
<ben-linux@fluff.org>
Thu, 7 Dec 2006 22:53:21 +0000
(23:53 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 7 Dec 2006 23:02:28 +0000
(23:02 +0000)
Cut down the time between requesting a reboot
and actually getting the reboot to happen by
a quarter.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-s3c2410/system.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-s3c2410/system.h
b/include/asm-arm/arch-s3c2410/system.h
index 718246d85952d361958374b5200bf9af5e7577d3..4f72a853a5cfc76fbbb4a95fe7efdf283eb7d564 100644
(file)
--- a/
include/asm-arm/arch-s3c2410/system.h
+++ b/
include/asm-arm/arch-s3c2410/system.h
@@
-71,7
+71,7
@@
arch_reset(char mode)
/* set the watchdog to go and reset... */
__raw_writel(S3C2410_WTCON_ENABLE|S3C2410_WTCON_DIV16|S3C2410_WTCON_RSTEN |
- S3C2410_WTCON_PRESCALE(0x
8
0), S3C2410_WTCON);
+ S3C2410_WTCON_PRESCALE(0x
2
0), S3C2410_WTCON);
/* wait for reset to assert... */
mdelay(5000);