commit | ab4ca7821fda0ddb7c86db3b9d64d48ea7dead72 | [log] [tgz] |
---|---|---|
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | Mon Nov 07 20:56:50 2011 +0900 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Fri Jan 06 12:10:28 2012 -0800 |
tree | 1c21fb98c69697fea1c8b33fde3c90b24ead448c | |
parent | 863b7eb583704346d64a08b0e723635da692959e [diff] |
PCI: pciehp: Handle push button event asynchronously Use non-ordered workqueue for attention button events. Attention button events on each slot can be handled asynchronously. So we should use non-ordered workqueue. This patch also removes ordered workqueue in pciehp as a result. Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>