Created
December 4, 2018 18:14
-
-
Save rbradford/2587f1634000edbd7448294a387177d2 to your computer and use it in GitHub Desktop.
Patch to disable peer bridge fixup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ur kata-linux-4.14.67-18/arch/x86/pci/legacy.c kata-linux-4.14.67-18.modified/arch/x86/pci/legacy.c | |
--- kata-linux-4.14.67-18/arch/x86/pci/legacy.c 2018-08-24 12:09:23.000000000 +0100 | |
+++ kata-linux-4.14.67-18.modified/arch/x86/pci/legacy.c 2018-12-04 17:46:28.309874849 +0000 | |
@@ -65,7 +65,7 @@ | |
} | |
} | |
- pcibios_fixup_peer_bridges(); | |
+ //pcibios_fixup_peer_bridges(); | |
x86_init.pci.init_irq(); | |
pcibios_init(); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment