aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/patches-3.7/120-panic_on_unrecovered_nmi.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-18 15:13:31 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-18 15:13:31 +0000
commit8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64 (patch)
tree3df2b47f3587083c82f47e68c586d41cc2c663ba /target/linux/x86/patches-3.7/120-panic_on_unrecovered_nmi.patch
parentb2caa5db248f8a212de2c0adc9835d2949db75ff (diff)
downloadupstream-8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64.tar.gz
upstream-8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64.tar.bz2
upstream-8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64.zip
kernel: update linux 3.7 to 3.7.1
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34760
Diffstat (limited to 'target/linux/x86/patches-3.7/120-panic_on_unrecovered_nmi.patch')
-rw-r--r--target/linux/x86/patches-3.7/120-panic_on_unrecovered_nmi.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86/patches-3.7/120-panic_on_unrecovered_nmi.patch b/target/linux/x86/patches-3.7/120-panic_on_unrecovered_nmi.patch
index 6a1279ceac..5f870e8ce3 100644
--- a/target/linux/x86/patches-3.7/120-panic_on_unrecovered_nmi.patch
+++ b/target/linux/x86/patches-3.7/120-panic_on_unrecovered_nmi.patch
@@ -7,5 +7,5 @@
+ panic_on_unrecovered_nmi = 1;
+
return mfd_add_devices(&pdev->dev, -1,
- rdc321x_sb_cells, ARRAY_SIZE(rdc321x_sb_cells), NULL, 0);
- }
+ rdc321x_sb_cells, ARRAY_SIZE(rdc321x_sb_cells),
+ NULL, 0, NULL);