From 822a4fafebddd788f06bec6b65c8ef288c8ada5a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 7 Aug 2014 13:43:56 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index de665c0e2d..a0c6fce9f0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8025,3 +8025,8 @@ z180/ostest, 8051, sh1, z80, and z8). The only real loss is probably to the kl25z/minsh configuration . And with the addition of the tickless OS, I just wanted to make the pain go away (2014-8-7). + * Many files: Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. + This gives more options for system timers in general, but more + importantly, let's us realize higher resolution for the case of + CONFIG_SCHED_TICKLESS=y -- of course, at the risk of some new + integer overflow problems 2014-8-7).