]> git.hungrycats.org Git - linux/commit
[PATCH] use new list macro in sched.c
authorRobert Love <rml@tech9.net>
Sun, 14 Jul 2002 10:28:47 +0000 (03:28 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 14 Jul 2002 10:28:47 +0000 (03:28 -0700)
commitb530249015ed7a6ba954b9e462258a302c908f2c
treea6c35fbac6f4a643798f1897090df6d41306c622
parente4e4cd485d1fab1ef03507847a49a0e090b35e64
[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.
kernel/sched.c