commit | 486b10b9f43500741cd63a878d0ef23cd87fc66d | [log] [tgz] |
---|---|---|
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | Mon Nov 07 20:56:50 2011 +0900 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Mon Dec 05 10:21:47 2011 -0800 |
tree | 34128b942b9a5e2943e6f9082e687a3465cd4d47 | |
parent | 027e8d52abdd44bc00e405af83cd2fbfb96c0824 [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>