mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
libpmc: Intel doesn't require runtime counter table init
This commit is contained in:
parent
96cbd26a24
commit
cfb0dfa3c2
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Reference in a new issue