diff options
author | Ali Saidi <Ali.Saidi@ARM.com> | 2011-08-19 15:08:08 -0500 |
---|---|---|
committer | Ali Saidi <Ali.Saidi@ARM.com> | 2011-08-19 15:08:08 -0500 |
commit | 2fd2b44b86c3d40e76f1e1641001074230208b3f (patch) | |
tree | 217bb533cd4bb5773fdb05e19146be8894ad65ff /src/dev/pcidev.cc | |
parent | d2a0a2ec2202eb8fa04ddd3e359c1c9dc7f04cb1 (diff) | |
download | gem5-2fd2b44b86c3d40e76f1e1641001074230208b3f.tar.xz |
ARM: Add VExpress_E support with PCIe to gem5
Diffstat (limited to 'src/dev/pcidev.cc')
-rw-r--r-- | src/dev/pcidev.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/pcidev.cc b/src/dev/pcidev.cc index a22612d18..2c7d50e83 100644 --- a/src/dev/pcidev.cc +++ b/src/dev/pcidev.cc @@ -143,7 +143,7 @@ PciDev::PciDev(const Params *p) } } - plat->registerPciDevice(0, p->pci_dev, p->pci_func, + plat->registerPciDevice(p->pci_bus, p->pci_dev, p->pci_func, letoh(config.interruptLine)); } |