Linux Audio

Check our new training course

Open-source upstreaming

Need help get the support for your hardware in upstream Linux?
Loading...
v5.4
 1/* SPDX-License-Identifier: GPL-2.0 */
 2
 3#ifndef PERF_CPUFEATURE_H
 4#define PERF_CPUFEATURE_H
 5
 6/* cpufeature.h ... dummy header file for including arch/x86/lib/memcpy_64.S */
 7
 8#define X86_FEATURE_REP_GOOD 0
 9
10#endif	/* PERF_CPUFEATURE_H */
v6.8
 1/* SPDX-License-Identifier: GPL-2.0 */
 2
 3#ifndef PERF_CPUFEATURE_H
 4#define PERF_CPUFEATURE_H
 5
 6/* cpufeature.h ... dummy header file for including arch/x86/lib/memcpy_64.S */
 7
 8#define X86_FEATURE_REP_GOOD 0
 9
10#endif	/* PERF_CPUFEATURE_H */