[PATCH] subsecond timer period support in watchdog (FIXED)

Paul Smith psmith at netezza.com
Wed Sep 5 05:55:35 PDT 2007


On Wed, 2007-09-05 at 13:42 +0100, Denys Vlasenko wrote:
> If you are unhappy with it, propose different solution
> for the problem "people need 0.25 seconds periodic watchdogs".

True, it's not much memory.  And I'm not saying that the change should
be done differently.  All I'm saying is that you can remove the static
keyword, so this variable appears on the stack instead of being global.
This will reduce the size of the application.  I don't see any advantage
in making this particular variable static but if there is one that I'm
missing, that's fine.

Personally it doesn't bother me since my embedded systems tend to have
lots of RAM :-) ; it was just something I noticed in passing.

Cheers!


More information about the busybox mailing list