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.32/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.32/120-panic_on_unrecovered_nmi.patch')
-rw-r--r-- | target/linux/rdc/patches-2.6.32/120-panic_on_unrecovered_nmi.patch | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 0000000000..c4064aaecb --- /dev/null +++ b/target/linux/rdc/patches-2.6.32/120-panic_on_unrecovered_nmi.patch @@ -0,0 +1,11 @@ +--- 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); + } |