From: Yoshinori S. <ys...@us...> - 2004-06-07 15:10:25
|
At Mon, 7 Jun 2004 16:25:00 +0530 , Rakesh Gupta, Noida wrote: > > while debugging, I found that jiffies is not updated due to some > reasons, that is why kernel was waiting at "Calibrating delay..." > > so in kernel/timer.c I added following... > -------------------------------------- > void do_timer(struct pt_regs *regs) > { > jiffies_64++; > jiffies = jiffies_64+4; /* this line added */ > ... > } > ---------- ? jiffies is equal to jiffies_64+4. How is it a result of "grep jiffies System.map"? > I am not very sure about the fix but the kernel moves ahead... > > though right now I am having some other problem in getting the NFS > root file system mounted... I am looking into this... Sorry. There does not seem to be smc9194 driver by completion. Please use mtd. -- Yoshinori Sato <ys...@us...> |