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 / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/


Reply via email to