Bug: Fix the timer interval for subsequent timer interuupts.

The timer interval was programmed using milli seconds value.
This made the timer ticks to wait for the next timer interrupts
very small and lk was constantly doing context switches.
1 file changed