uboot-sunxi: - add support for Cubietruck - cosmetic change: have the options listed...
[openwrt/openwrt.git] / target / linux / x86 / patches-3.7 / 120-panic_on_unrecovered_nmi.patch
1 --- a/drivers/mfd/rdc321x-southbridge.c
2 +++ b/drivers/mfd/rdc321x-southbridge.c
3 @@ -86,6 +86,8 @@ static int __devinit rdc321x_sb_probe(st
4 rdc321x_gpio_pdata.sb_pdev = pdev;
5 rdc321x_wdt_pdata.sb_pdev = pdev;
6
7 + panic_on_unrecovered_nmi = 1;
8 +
9 return mfd_add_devices(&pdev->dev, -1,
10 rdc321x_sb_cells, ARRAY_SIZE(rdc321x_sb_cells),
11 NULL, 0, NULL);