diff options
author | Mike Travis <travis@sgi.com> | 2008-09-06 08:46:42 -0400 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-10-20 13:53:51 -0400 |
commit | 93ff68a55aa92180a765d6c51c3303f6200167a6 (patch) | |
tree | de921ce10f9cab4ea7a40651a99651b6f1d2b8b9 /drivers/pci/pci.h | |
parent | 5993760f7fc75b77e4701f1e56dc84c0d6cf18d5 (diff) |
PCI: make CPU list affinity visible
Stephen Hemminger wrote:
> Looks like Mike created cpulistaffinty in sysfs but never completed
> the job.
This patch hooks things up correctly, taking care to remove the new file
when the bus is destroyed.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Mike Travis <travis@sgi.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/pci.h')
-rw-r--r-- | drivers/pci/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/pci.h b/drivers/pci/pci.h index d807cd786f20..4723b12fb39a 100644 --- a/drivers/pci/pci.h +++ b/drivers/pci/pci.h | |||
@@ -109,6 +109,7 @@ static inline int pci_no_d1d2(struct pci_dev *dev) | |||
109 | extern int pcie_mch_quirk; | 109 | extern int pcie_mch_quirk; |
110 | extern struct device_attribute pci_dev_attrs[]; | 110 | extern struct device_attribute pci_dev_attrs[]; |
111 | extern struct device_attribute dev_attr_cpuaffinity; | 111 | extern struct device_attribute dev_attr_cpuaffinity; |
112 | extern struct device_attribute dev_attr_cpulistaffinity; | ||
112 | 113 | ||
113 | /** | 114 | /** |
114 | * pci_match_one_device - Tell if a PCI device structure has a matching | 115 | * pci_match_one_device - Tell if a PCI device structure has a matching |