mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-09-04 00:44:35 +02:00
11 lines
237 B
C
11 lines
237 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
#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 */
|