commit | 6aaa6d06f57f3689afe27c1fad256c5d6aa9b271 | [log] [tgz] |
---|---|---|
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | Tue Sep 15 17:29:49 2009 +0900 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Thu Sep 17 10:06:18 2009 -0700 |
tree | 37046e6aa57d03d9b5a890dc9bde34afe1b2f48e | |
parent | 5f9cab7af6f7ef1e3cbb25217617eb5bd082aa7b [diff] |
PCI: pciehp: remove crit_sect mutex The crit_sect mutex defined in struct controller is to serialize hot-plug operations against multiple slots under the same bus. But, since PCIe doesnstream port has only one slot at most, it is meaningless and we don't need it. Acked-by: Alex Chiang <achiang@hp.com> Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>