diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-04-28 13:55:11 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-04-28 13:55:11 +0000 |
commit | fa530949b240198e044732b958af10c1094a9e19 (patch) | |
tree | 5ff106784e443c29909cbcffa0e9285ee9ad1b2d /target/linux/rdc/patches-2.6.30/120-panic_on_unrecovered_nmi.patch | |
parent | b73d20640c307eb066fb0cfac45d5913c465e63f (diff) | |
download | upstream-fa530949b240198e044732b958af10c1094a9e19.tar.gz upstream-fa530949b240198e044732b958af10c1094a9e19.tar.bz2 upstream-fa530949b240198e044732b958af10c1094a9e19.zip |
[rdc] panic on unrecovered NMI, thanks rtz2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21232 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/patches-2.6.30/120-panic_on_unrecovered_nmi.patch')
-rw-r--r-- | target/linux/rdc/patches-2.6.30/120-panic_on_unrecovered_nmi.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/rdc/patches-2.6.30/120-panic_on_unrecovered_nmi.patch b/target/linux/rdc/patches-2.6.30/120-panic_on_unrecovered_nmi.patch new file mode 100644 index 0000000000..5ebe21555b --- /dev/null +++ b/target/linux/rdc/patches-2.6.30/120-panic_on_unrecovered_nmi.patch @@ -0,0 +1,13 @@ +Index: linux-2.6.30.10/drivers/mfd/rdc321x-southbridge.c +=================================================================== +--- linux-2.6.30.10.orig/drivers/mfd/rdc321x-southbridge.c 2010-04-28 13:05:17.000000000 +0200 ++++ linux-2.6.30.10/drivers/mfd/rdc321x-southbridge.c 2010-04-28 13:05:27.000000000 +0200 +@@ -84,6 +84,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); + } |