From: Huang Ying Date: Thu, 8 Sep 2011 06:00:46 +0000 (+0800) Subject: irq_work: Use llist in the struct irq_work logic X-Git-Tag: v3.2-rc1~161^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38aaf8090d34b623b7919d8c933f6e938c9bf44b;p=pandora-kernel.git irq_work: Use llist in the struct irq_work logic Use llist in irq_work instead of the lock-less linked list implementation in irq_work to avoid the code duplication. Signed-off-by: Huang Ying Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/1315461646-1379-6-git-send-email-ying.huang@intel.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed