[PATCH] use new list macro in sched.c
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.
Showing
Please register or sign in to comment