summaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/patches-2.6.32/120-panic_on_unrecovered_nmi.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-05 11:43:32 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-05 11:43:32 +0000
commite005aed2231ce7bce0214061ea0d7f546c7fec24 (patch)
treea1f5dea5a65efdeae05d2be11a06e99b6b9fda8c /target/linux/rdc/patches-2.6.32/120-panic_on_unrecovered_nmi.patch
parent0e086cfaf7e8a3bd272ac86eabc0a12c2b4db382 (diff)
downloadmaster-31e0f0ae-e005aed2231ce7bce0214061ea0d7f546c7fec24.tar.gz
master-31e0f0ae-e005aed2231ce7bce0214061ea0d7f546c7fec24.tar.bz2
master-31e0f0ae-e005aed2231ce7bce0214061ea0d7f546c7fec24.zip
rdc: remove 2.6.32 support
SVN-Revision: 31596
Diffstat (limited to 'target/linux/rdc/patches-2.6.32/120-panic_on_unrecovered_nmi.patch')
-rw-r--r--target/linux/rdc/patches-2.6.32/120-panic_on_unrecovered_nmi.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/rdc/patches-2.6.32/120-panic_on_unrecovered_nmi.patch b/target/linux/rdc/patches-2.6.32/120-panic_on_unrecovered_nmi.patch
deleted file mode 100644
index c4064aaecb..0000000000
--- a/target/linux/rdc/patches-2.6.32/120-panic_on_unrecovered_nmi.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/mfd/rdc321x-southbridge.c
-+++ b/drivers/mfd/rdc321x-southbridge.c
-@@ -84,6 +84,8 @@ static int __devinit rdc321x_sb_probe(st
- 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);
- }