commit | 6c483ead26542a4e40244be0217ba8a887640c3d | [log] [tgz] |
---|---|---|
author | Alberto Escolar Piedras <alpi@oticon.com> | Thu Feb 08 12:46:13 2018 +0100 |
committer | Andrew Boie <andrewboie@gmail.com> | Thu Feb 08 15:56:48 2018 -0800 |
tree | 08f118f187ae96c08169eabd24427b15923e4940 | |
parent | 19b1ce6b64daca6d5ada579aba38217d1503cd74 [diff] |
native: timer bugfix in tickless mode part Bugfix in the tickless mode part: During _time_idle_exit it was not announcing to the kernel the already passed silent ticks, but it was left for the tick interrupt itself. This did not cause any trouble so far as there was only the timer interrupt in this board. Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>