mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 01:49:48 +07:00
6 lines
106 B
C
6 lines
106 B
C
![]() |
#ifdef CONFIG_X86_32
|
||
|
# include "intel_arch_perfmon_32.h"
|
||
|
#else
|
||
|
# include "intel_arch_perfmon_64.h"
|
||
|
#endif
|