libpmc: Intel doesn't require runtime counter table init

This commit is contained in:
Matt Macy 2018-06-01 00:45:48 +00:00
parent 96cbd26a24
commit cfb0dfa3c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334463

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