X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fx86%2Fpatches-4.4%2F120-panic_on_unrecovered_nmi.patch;fp=target%2Flinux%2Fx86%2Fpatches-4.4%2F120-panic_on_unrecovered_nmi.patch;h=81cef53a66bfed60451161fe2816acfcc4295173;hb=2172d7dbbfe453ea81ebf0b4e62d8101a7d5d1f0;hp=0000000000000000000000000000000000000000;hpb=9e7a66d1951ca57a081ae97e02085127a00d09be;p=openwrt%2F.git diff --git a/target/linux/x86/patches-4.4/120-panic_on_unrecovered_nmi.patch b/target/linux/x86/patches-4.4/120-panic_on_unrecovered_nmi.patch new file mode 100644 index 0000000000..81cef53a66 --- /dev/null +++ b/target/linux/x86/patches-4.4/120-panic_on_unrecovered_nmi.patch @@ -0,0 +1,11 @@ +--- a/drivers/mfd/rdc321x-southbridge.c ++++ b/drivers/mfd/rdc321x-southbridge.c +@@ -85,6 +85,8 @@ + 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);