process: note problem to look at wrt ubee and 64 ticks/second
authorAlan Cox <alan@linux.intel.com>
Mon, 22 Dec 2014 12:38:30 +0000 (12:38 +0000)
committerAlan Cox <alan@linux.intel.com>
Mon, 22 Dec 2014 12:38:30 +0000 (12:38 +0000)
Kernel/process.c

index ff8f4e3..ca5efb3 100644 (file)
@@ -330,7 +330,8 @@ void timer_interrupt(void)
        }
        ticks++;
 
-       /* Do once-per-decisecond things */
+       /* Do once-per-decisecond things - this doesn't work out well on
+          boxes with 64 ticks/second.. need a better approach */
        if (++ticks_this_dsecond == TICKSPERSEC / 10) {
                static ptptr p;