sched: Convert to struct llist
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Mon, 12 Sep 2011 11:06:17 +0000 (13:06 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 4 Oct 2011 10:43:58 +0000 (12:43 +0200)
commitfa14ff4accfb24e59d2473f3d864d6648d80563b
treea2f3f5a16e1e740c6f96857e60c37826689d7b0b
parent924f8f5af31423529cc3940cb2ae9fee736b7517
sched: Convert to struct llist

Use the generic llist primitives.

We had a private lockless list implementation in the scheduler in the wake-list
code, now that we have a generic llist implementation that provides all required
operations, switch to it.

This patch is not expected to change any behavior.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Huang Ying <ying.huang@intel.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/1315836353.26517.42.camel@twins
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/sched.h
kernel/sched.c