Dhahi374 / likwid

Automatically exported from code.google.com/p/likwid
GNU General Public License v3.0
0 stars 0 forks source link

Improve robustness if PCI devices are missing #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently if the PCI devices are missing on recent Intel EP type Xeon 
processors, the initialization code still tries to access the PCI units which 
results in a hard error.

The PCI module already detects if devices are missing. Only execute 
initialization if PCI devices are available.

Original issue reported on code.google.com by jan.trei...@gmail.com on 28 Apr 2014 at 4:21

GoogleCodeExporter commented 9 years ago

Original comment by jan.trei...@gmail.com on 8 May 2014 at 12:40

GoogleCodeExporter commented 9 years ago

Original comment by jan.trei...@gmail.com on 8 May 2014 at 12:45

GoogleCodeExporter commented 9 years ago
Fixed in Revision  cfffcf645337 for v3.1 branch

Original comment by Thomas.R...@googlemail.com on 9 May 2014 at 10:38