diff options
| author | Russell King <rmk@flint.arm.linux.org.uk> | 2002-05-07 22:04:59 +0100 |
|---|---|---|
| committer | Russell King <rmk@flint.arm.linux.org.uk> | 2002-05-07 22:04:59 +0100 |
| commit | 9773c617d9c126b3c48623cffe27ccf65f5d15c5 (patch) | |
| tree | 15f83394f97cdab9a36538bfa2562124f51920ca /include | |
| parent | 467fea09482c9f21a71733275127ba18d22edf62 (diff) | |
[ARM] Don't write to read-only registers.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/arch-integrator/time.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/arch-integrator/time.h b/include/asm-arm/arch-integrator/time.h index 6ed75675387e..cb6f749f2db8 100644 --- a/include/asm-arm/arch-integrator/time.h +++ b/include/asm-arm/arch-integrator/time.h @@ -129,7 +129,6 @@ void __init time_init(void) timer2->TimerControl = 0; timer1->TimerLoad = TIMER_RELOAD; - timer1->TimerValue = TIMER_RELOAD; timer1->TimerControl = TIMER_CTRL | 0x40; /* periodic */ /* |
