aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/patches-3.14/120-panic_on_unrecovered_nmi.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-16 05:57:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-16 05:57:04 +0000
commit986b8baf9a9c84993d75fe4447a2fcfb027b1a55 (patch)
tree4f0dd8ec596904e5847d94d7bc9128c99630c33f /target/linux/x86/patches-3.14/120-panic_on_unrecovered_nmi.patch
parent7f7e0a21b854b54945299e960543bdc37d032914 (diff)
downloadupstream-986b8baf9a9c84993d75fe4447a2fcfb027b1a55.tar.gz
upstream-986b8baf9a9c84993d75fe4447a2fcfb027b1a55.tar.bz2
upstream-986b8baf9a9c84993d75fe4447a2fcfb027b1a55.zip
x86: remove 3.14 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44805
Diffstat (limited to 'target/linux/x86/patches-3.14/120-panic_on_unrecovered_nmi.patch')
-rw-r--r--target/linux/x86/patches-3.14/120-panic_on_unrecovered_nmi.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/x86/patches-3.14/120-panic_on_unrecovered_nmi.patch b/target/linux/x86/patches-3.14/120-panic_on_unrecovered_nmi.patch
deleted file mode 100644
index 641bb387ac..0000000000
--- a/target/linux/x86/patches-3.14/120-panic_on_unrecovered_nmi.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/mfd/rdc321x-southbridge.c
-+++ b/drivers/mfd/rdc321x-southbridge.c
-@@ -86,6 +86,8 @@ static int rdc321x_sb_probe(struct pci_d
- rdc321x_gpio_pdata.sb_pdev = pdev;
- rdc321x_wdt_pdata.sb_pdev = pdev;
-
-+ panic_on_unrecovered_nmi = 1;
-+
- return mfd_add_devices(&pdev->dev, -1,
- rdc321x_sb_cells, ARRAY_SIZE(rdc321x_sb_cells),
- NULL, 0, NULL);