]> git.baikalelectronics.ru Git - kernel.git/commit
irq/work: Don't reinvent the wheel but use existing llist API
authorByungchul Park <byungchul.park@lge.com>
Tue, 31 Oct 2017 01:46:54 +0000 (02:46 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 31 Oct 2017 09:24:39 +0000 (10:24 +0100)
commitfda1b154ae89c435dd7e261750ec4213ee3b0f46
tree9129abdd902601a4783338a4ea0ead4951e0a726
parentc2d4659f00efa38c9187484b83fbca5f988ec0ad
irq/work: Don't reinvent the wheel but use existing llist API

Use the proper llist APIs instead of open-coded variants of them.

Signed-off-by: Byungchul Park <byungchul.park@lge.com>
Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1509414414-14987-1-git-send-email-frederic@kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/irq_work.c