sched: get rid of 'new_cpu' in try_to_wake_up()
authorDmitry Adamushko <dmitry.adamushko@gmail.com>
Fri, 25 Jan 2008 20:08:21 +0000 (21:08 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 25 Jan 2008 20:08:21 +0000 (21:08 +0100)
commit5d2f5a616d65e3c08acde3195694c4ab8afbc1b7
treedf44c641af4cd66160f6296e86833c568070ae76
parent9ec3b77e11b9398ab40b492c4fde7d8aac04a718
sched: get rid of 'new_cpu' in try_to_wake_up()

Clean-up try_to_wake_up().

Get rid of the 'new_cpu' variable in try_to_wake_up() [ that's, one
#ifdef section less ].  Also remove a few redundant blank lines.

Signed-off-by: Dmitry Adamushko <dmitry.adamushko@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c