projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: fix pci link detection for ar724x
[openwrt.git]
/
target
/
linux
/
rdc
/
files-2.6.30
/
arch
/
x86
/
mach-rdc321x
/
pci.c
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
(file)
--- 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");
This page took
0.020053 seconds
and
4
git commands to generate.