From: Peter Zijlstra Date: Mon, 12 Sep 2011 11:06:17 +0000 (+0200) Subject: sched: Convert to struct llist X-Git-Tag: v3.2-rc1~161^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa14ff4accfb24e59d2473f3d864d6648d80563b;p=pandora-kernel.git 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 Cc: Huang Ying Cc: Andrew Morton Link: http://lkml.kernel.org/r/1315836353.26517.42.camel@twins Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed