search for: other_inf

Displaying 1 result from an estimated 1 matches for "other_inf".

2011 Dec 20
0
sedf: remove useless tracing printk and harmonize comments style.
...xtra-time: lower score > higher score + */ static inline int should_switch(struct vcpu *cur, struct vcpu *other, s_time_t now) @@ -1063,19 +1011,19 @@ static inline int should_switch(struct v cur_inf = EDOM_INFO(cur); other_inf = EDOM_INFO(other); - /* Check whether we need to make an earlier scheduling decision. */ + /* Check whether we need to make an earlier scheduling decision */ if ( PERIOD_BEGIN(other_inf) < CPU_INFO(other->processor)->current_slice_expires ) return 1; -...