commit | c489f5fbb1f5a770f98e492af5c47befb32890cd | [log] [tgz] |
---|---|---|
author | Yijing Wang <wangyijing@huawei.com> | Mon Sep 30 15:02:38 2013 +0800 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Oct 07 15:12:46 2013 -0600 |
tree | 171e6ae2cc4de91c7aaa04eaaed98aca23e404ee | |
parent | 135530d584bafa88bcb924552fb13bcab07ca1a5 [diff] |
PCI: Add pci_dev_show_local_cpu() to simplify code local_cpus_show() and local_cpulist_show() are almost the same. This adds a new helper function, pci_dev_show_local_cpu(), to simplify code. The same strategy is already used by cpuaffinity_show() and cpulistaffinity_show(). Signed-off-by: Yijing Wang <wangyijing@huawei.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>