diff options
-rw-r--r-- | arch/xtensa/kernel/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/kernel/head.S b/arch/xtensa/kernel/head.S index 9013ae0174f8..0cd337a341d9 100644 --- a/arch/xtensa/kernel/head.S +++ b/arch/xtensa/kernel/head.S | |||
@@ -111,7 +111,7 @@ ENTRY(_startup) | |||
111 | /* Disable all timers. */ | 111 | /* Disable all timers. */ |
112 | 112 | ||
113 | .set _index, 0 | 113 | .set _index, 0 |
114 | .rept XCHAL_NUM_TIMERS - 1 | 114 | .rept XCHAL_NUM_TIMERS |
115 | wsr a0, SREG_CCOMPARE + _index | 115 | wsr a0, SREG_CCOMPARE + _index |
116 | .set _index, _index + 1 | 116 | .set _index, _index + 1 |
117 | .endr | 117 | .endr |