blob: 86b63c7feab75d8111c9e194ad56a3069c471881 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _ASM_X86_CACHEINFO_H
3#define _ASM_X86_CACHEINFO_H
4
5void cacheinfo_amd_init_llc_id(struct cpuinfo_x86 *c, int cpu, u8 node_id);
David Brazdil0f672f62019-12-10 10:32:29 +00006void cacheinfo_hygon_init_llc_id(struct cpuinfo_x86 *c, int cpu, u8 node_id);
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00007
8#endif /* _ASM_X86_CACHEINFO_H */