All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Cont'd [htb3] patch errors on 2.4.19mdk
@ 2002-09-17 14:10 raptor
  0 siblings, 0 replies; only message in thread
From: raptor @ 2002-09-17 14:10 UTC (permalink / raw)
  To: lartc

Now i applied it again this time answering yes, the only .rej file I got is this :
is it fatal !?
------------------------------------
[root@qos sched]# cat *rej
***************
*** 1117,1123 ****
  	psched_timer.expires = jiffies + 1*HZ;
  #else
  	unsigned long now = jiffies;
- 	psched_time_base = ((u64)now)<<PSCHED_JSCALE;
  	psched_time_mark = now;
  	psched_timer.expires = now + 60*60*HZ;
  #endif
--- 1117,1124 ----
  	psched_timer.expires = jiffies + 1*HZ;
  #else
  	unsigned long now = jiffies;
+ 	//psched_time_base = ((u64)now)<<PSCHED_JSCALE;
+ 	psched_time_base += ((u64)(now-psched_time_mark))<<PSCHED_JSCALE;
  	psched_time_mark = now;
  	psched_timer.expires = now + 60*60*HZ;
  #endif
[root@qos sched]# 
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-17 14:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-17 14:10 [LARTC] Cont'd [htb3] patch errors on 2.4.19mdk raptor

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.