revert mmu changes causing bluescreens
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
From e39d70502f7a981f821243160501303b7ee26d52 Mon Sep 17 00:00:00 2001
|
||||
From 218bc45e33a23e8d9460389d9894a3acaa5e3bff Mon Sep 17 00:00:00 2001
|
||||
From: Mark Weiman <mark.weiman@markzz.com>
|
||||
Date: Sat, 29 Jul 2017 09:15:32 -0400
|
||||
Subject: [PATCH 3/6] pci: Enable overrides for missing ACS capabilities
|
||||
Subject: [PATCH 3/7] pci: Enable overrides for missing ACS capabilities
|
||||
(4.12+)
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
@@ -55,7 +55,7 @@ Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
|
||||
2 files changed, 111 insertions(+)
|
||||
|
||||
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
|
||||
index f8ce2089146c..d4ace16bd59a 100644
|
||||
index 7441c67d1d8e..73fd6abac39b 100644
|
||||
--- a/Documentation/admin-guide/kernel-parameters.txt
|
||||
+++ b/Documentation/admin-guide/kernel-parameters.txt
|
||||
@@ -2918,6 +2918,15 @@
|
||||
@@ -75,7 +75,7 @@ index f8ce2089146c..d4ace16bd59a 100644
|
||||
Safety option to keep boot IRQs enabled. This
|
||||
should never be necessary.
|
||||
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
|
||||
index b7832fd4dbf4..f128ca4aea2b 100644
|
||||
index 02b009426670..c29d89ffc9b2 100644
|
||||
--- a/drivers/pci/quirks.c
|
||||
+++ b/drivers/pci/quirks.c
|
||||
@@ -3687,6 +3687,107 @@ static int __init pci_apply_final_quirks(void)
|
||||
@@ -186,7 +186,7 @@ index b7832fd4dbf4..f128ca4aea2b 100644
|
||||
/*
|
||||
* Following are device-specific reset methods which can be used to
|
||||
* reset a single function if other methods (e.g. FLR, PM D0->D3) are
|
||||
@@ -4490,6 +4591,7 @@ static const struct pci_dev_acs_enabled {
|
||||
@@ -4514,6 +4615,7 @@ static const struct pci_dev_acs_enabled {
|
||||
{ 0x10df, 0x720, pci_quirk_mf_endpoint_acs }, /* Emulex Skyhawk-R */
|
||||
/* Cavium ThunderX */
|
||||
{ PCI_VENDOR_ID_CAVIUM, PCI_ANY_ID, pci_quirk_cavium_acs },
|
||||
@@ -195,5 +195,5 @@ index b7832fd4dbf4..f128ca4aea2b 100644
|
||||
};
|
||||
|
||||
--
|
||||
2.11.0
|
||||
2.14.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user