-
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
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.