aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/cacheinfo.h
blob: 86b2e0dcc4bfe0930cf0200e0f4c25d3aaf7a966 (plain) (blame)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_CACHEINFO_H
#define _ASM_X86_CACHEINFO_H

void cacheinfo_amd_init_llc_id(struct cpuinfo_x86 *c, int cpu);
void cacheinfo_hygon_init_llc_id(struct cpuinfo_x86 *c, int cpu);

#endif /* _ASM_X86_CACHEINFO_H */