X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;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;hp=0000000000000000000000000000000000000000;hb=68e2fb3d9fc9623a4446bbe0107af8a218459c60;hpb=94b4ee11cbadaae53797c6d7d821eb722cc26b14 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);