libpmc: Intel doesn't require runtime counter table init
This commit is contained in:
parent
21dc7860e2
commit
9457f45c25
@ -1534,6 +1534,9 @@ pmc_init(void)
|
||||
* about. This shouldn't happen since the abi version check
|
||||
* should have caught this.
|
||||
*/
|
||||
#if defined(__amd64__) || defined(__i386__)
|
||||
break;
|
||||
#endif
|
||||
errno = ENXIO;
|
||||
return (pmc_syscall = -1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user