From 2e8a5478877ca8fef84b2c0f8dc15536363b102a Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 11 Mar 2010 09:16:55 +0000 Subject: define panic_on_unrecovered_nmi in the southbridge driver and fix watchdog init message Patch from Bernhard Loos. SVN-Revision: 20134 --- target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/pci.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/rdc/files-2.6.30/arch/x86') diff --git a/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/pci.c b/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/pci.c index 0281485..21caed8 100644 --- a/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/pci.c +++ b/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/pci.c @@ -81,6 +81,8 @@ static int __devinit rdc321x_sb_probe(struct pci_dev *pdev, const struct pci_dev return err; } + panic_on_unrecovered_nmi = 1; + err = platform_device_register(&rdc321x_gpio_device); if (err) { dev_err(&pdev->dev, "failed to register gpiochip\n"); -- cgit v1.1