summarylogtreecommitdiffstats
path: root/RFC-PCI-Workaround-to-enable-poweroff-on-Mac-Pro-11.patch
diff options
context:
space:
mode:
authorgreg20102020-11-19 01:48:27 -0500
committergreg20102020-11-19 01:48:27 -0500
commit8b20080a69e8567fbb7c4d6d2d7dcec0a5ef57ae (patch)
tree39176a890a50af2f61d10323617c53a36bfe4f25 /RFC-PCI-Workaround-to-enable-poweroff-on-Mac-Pro-11.patch
parentc55e436b9efe7223b255be137751c0dd2c8d5c9d (diff)
downloadaur-linux-macbook.tar.gz
bump to 5.9.9
Diffstat (limited to 'RFC-PCI-Workaround-to-enable-poweroff-on-Mac-Pro-11.patch')
-rw-r--r--RFC-PCI-Workaround-to-enable-poweroff-on-Mac-Pro-11.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/RFC-PCI-Workaround-to-enable-poweroff-on-Mac-Pro-11.patch b/RFC-PCI-Workaround-to-enable-poweroff-on-Mac-Pro-11.patch
index 8e04567278d2..ec7874a018eb 100644
--- a/RFC-PCI-Workaround-to-enable-poweroff-on-Mac-Pro-11.patch
+++ b/RFC-PCI-Workaround-to-enable-poweroff-on-Mac-Pro-11.patch
@@ -81,12 +81,12 @@ index 55641a3..730d6fd 100644
--- a/drivers/pci/setup-bus.c
+++ b/drivers/pci/setup-bus.c
@@ -1256,6 +1256,8 @@ void __pci_bus_size_bridges(struct pci_bus *bus, struct list_head *realloc_head)
- additional_io_size = pci_hotplug_io_size;
- additional_mem_size = pci_hotplug_mem_size;
+ additional_mmio_size = pci_hotplug_mmio_size;
+ additional_mmio_pref_size = pci_hotplug_mmio_pref_size;
}
+
+ pci_fixup_device(pci_fixup_assign, bus->self);
- /* Fall through */
+ fallthrough;
default:
pbus_size_io(bus, realloc_head ? 0 : additional_io_size,
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h