mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 23:28:52 +01:00
9 lines
198 B
C
9 lines
198 B
C
|
|
#ifndef PERF_CPUFEATURE_H
|
|
#define PERF_CPUFEATURE_H
|
|
|
|
/* cpufeature.h ... dummy header file for including arch/x86/lib/memcpy_64.S */
|
|
|
|
#define X86_FEATURE_REP_GOOD 0
|
|
|
|
#endif /* PERF_CPUFEATURE_H */
|