Full Upgrade to the 1.7 tree.

This commit is contained in:
waltje
2018-10-06 18:20:09 -04:00
parent b775d592d4
commit 2f69c95152
395 changed files with 57724 additions and 52823 deletions

View File

@@ -8,7 +8,7 @@
*
* System timer module.
*
* Version: @(#)timer.c 1.0.1 2018/02/14
* Version: @(#)timer.c 1.0.2 2018/09/06
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
* Miran Grca, <mgrca8@gmail.com>
@@ -134,7 +134,6 @@ void timer_update_outstanding(void)
void timer_reset(void)
{
/* pclog("timer_reset\n"); */
timers_present = 0;
timer_latch = timer_count = 0;
}