]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sched: Fix up wchan borkage
authorSimon Kirby <sim@hostway.ca>
Fri, 23 Sep 2011 00:03:46 +0000 (17:03 -0700)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Thu, 8 Dec 2011 19:16:08 +0000 (11:16 -0800)
commitd4b13e84b01e29a686773ce8d3fb20c63c3ef5dc
tree88f4c22a587a8c2dd22493069f17bcedddbc0a80
parentdffc50712ed519adc780412d968b210f728aa9cf
sched: Fix up wchan borkage

commit 6ebbe7a07b3bc40b168d2afc569a6543c020d2e3 upstream.

Commit c259e01a1ec ("sched: Separate the scheduler entry for
preemption") contained a boo-boo wrecking wchan output. It forgot to
put the new schedule() function in the __sched section and thereby
doesn't get properly ignored for things like wchan.

Tested-by: Simon Kirby <sim@hostway.ca>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/20110923000346.GA25425@hostway.ca
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
kernel/sched.c