]> git.baikalelectronics.ru Git - kernel.git/commit
i7core_edac: Probe on Xeons eariler
authorKeith Mannthey <kmannth@us.ibm.com>
Thu, 3 Sep 2009 03:05:05 +0000 (00:05 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 10 May 2010 14:44:57 +0000 (11:44 -0300)
commit4e82b6b3dfb8cdadaa4b1af7e073edab1c8e346d
tree861d83fdfc710a9cb6d5e0d785367934080c645f
parent85bbc0a52841b710d277874d1e05d3ad0108cddb
i7core_edac: Probe on Xeons eariler

On the Xeon 55XX series cpus the pci deives are not exposed via acpi so
we much explicitly probe them to make the usable as a Linux PCI device.

This moves the detection of this state to before pci_register_driver is
called.  Its present position was not working on my systems, the driver
would complain about not finding a specific device.

This patch allows the driver to load on my systems.

Signed-off-by: Keith Mannthey <kmannth@us.ibm.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/edac/i7core_edac.c