From: Keith Mannthey Date: Thu, 3 Sep 2009 03:05:05 +0000 (-0300) Subject: i7core_edac: Probe on Xeons eariler X-Git-Tag: v2.6.35-rc2~10^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc2d7245ff1c5466c877a0c32a7ec9563187a032;p=pandora-kernel.git 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed