diff options
Diffstat (limited to 'arch/mips')
| -rw-r--r-- | arch/mips/include/asm/kvm_host.h | 1 | ||||
| -rw-r--r-- | arch/mips/pci/pci.c | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/include/asm/kvm_host.h b/arch/mips/include/asm/kvm_host.h index 3a54dbca9f7e..5a1a882e0a75 100644 --- a/arch/mips/include/asm/kvm_host.h +++ b/arch/mips/include/asm/kvm_host.h | |||
| @@ -61,6 +61,7 @@ | |||
| 61 | #define KVM_PRIVATE_MEM_SLOTS 0 | 61 | #define KVM_PRIVATE_MEM_SLOTS 0 |
| 62 | 62 | ||
| 63 | #define KVM_COALESCED_MMIO_PAGE_OFFSET 1 | 63 | #define KVM_COALESCED_MMIO_PAGE_OFFSET 1 |
| 64 | #define KVM_HALT_POLL_NS_DEFAULT 500000 | ||
| 64 | 65 | ||
| 65 | 66 | ||
| 66 | 67 | ||
diff --git a/arch/mips/pci/pci.c b/arch/mips/pci/pci.c index c6996cf67a5c..b8a0bf5766f2 100644 --- a/arch/mips/pci/pci.c +++ b/arch/mips/pci/pci.c | |||
| @@ -311,6 +311,12 @@ int pcibios_enable_device(struct pci_dev *dev, int mask) | |||
| 311 | 311 | ||
| 312 | void pcibios_fixup_bus(struct pci_bus *bus) | 312 | void pcibios_fixup_bus(struct pci_bus *bus) |
| 313 | { | 313 | { |
| 314 | struct pci_dev *dev = bus->self; | ||
| 315 | |||
| 316 | if (pci_has_flag(PCI_PROBE_ONLY) && dev && | ||
| 317 | (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { | ||
| 318 | pci_read_bridge_bases(bus); | ||
| 319 | } | ||
| 314 | } | 320 | } |
| 315 | 321 | ||
| 316 | EXPORT_SYMBOL(PCIBIOS_MIN_IO); | 322 | EXPORT_SYMBOL(PCIBIOS_MIN_IO); |
