Re: Jiffies Wraparound (was Re: interrupt counts)

Rob McKee (Imcom@imcom.com)
Wed, 21 Aug 1996 06:44:17 -0700 (PDT)


Ouch..

try instead this..

$EDITOR `grep -l jiffies {*/,*/*/,*/*/*/,*/*/*/*/}{*.[chS],Makefile*}`

grepping * will get all files source and binary.

--
#         Rob McKee                      ImCom.Com       207.33.73.2
#         SysAdmin                       1630 N. Main St. Suite #444
#         Imagine Communications         Walnut Creek, CA 94596-4609
#
#         (510) 939-1691 BBS                    (510) 939-1684 Voice
#         The best defense is not to have a hay seed for a president

On 20 Aug 1996, Bernd Eckenfels wrote:

> Matthias Urlichs <smurf@smurf.noris.de> wrote: > : Hmm, right; should be easy, just set jiffies to (unsigned)(-5*60*HZ) > : instead of zero when booting. > > Umm... > > $EDITOR `grep -l jiffies * */* */*/* */*/*/*` > > Greetings > bernd