libpmc: Intel doesn't require runtime counter table init

This commit is contained in:
mmacy 2018-06-01 00:45:48 +00:00
parent 21dc7860e2
commit 9457f45c25

View File

@ -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);
}