commit | 5933e8a96ab9c59cb6b6c80c9db385364a68c959 | [log] [tgz] |
---|---|---|
author | Artyom Tarasenko <atar4qemu@googlemail.com> | Mon Aug 02 19:58:21 2010 +0200 |
committer | Blue Swirl <blauwirbel@gmail.com> | Mon Aug 02 18:49:13 2010 +0000 |
tree | 5cd8921dd78b6d69efca5b5e623a5f9979b8938a | |
parent | ad7ee4ad6c3a5388acf94dd532d291ea6d3a5972 [diff] |
fix last cpu timer initialization The timer #0 is the system timer, so the timer #num_cpu is the timer of the last CPU, and it must be initialized in slavio_timer_reset. Don't mark non-existing timers as running. Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>