]> git.baikalelectronics.ru Git - kernel.git/commit
pci: implement "pci=noaer"
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 5 Oct 2007 20:17:58 +0000 (13:17 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Oct 2007 22:03:17 +0000 (15:03 -0700)
commit2890c6c2c1210afd8fe6771515f42e5c6f1b8ac0
tree4538775b2b0f05d77509dd2b6b91ba9e6429154c
parentec0f4307e158ad6c38aeaec73fc8e85c37904b27
pci: implement "pci=noaer"

For cases in which CONFIG_PCIEAER=y (such as distro kernels), allow users
to disable PCIE Advanced Error Reporting by using "pci=noaer" on the
kernel command line.

This can be used to work around hardware or (kernel) software problems.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/kernel-parameters.txt
drivers/pci/pci.c
drivers/pci/pci.h
drivers/pci/pcie/aer/aerdrv.c