• Robert Love's avatar
    [PATCH] use new list macro in sched.c · b5302490
    Robert Love authored
    The attached patch makes use of the new list_move_tail macro in 2.5 as
    needed in sched.c, replacing a list_del and list_add_tail combo with the
    optimized list_move_tail.
    b5302490
sched.c 44.3 KB