Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_X86_CACHEINFO_H
0003 #define _ASM_X86_CACHEINFO_H
0004 
0005 void cacheinfo_amd_init_llc_id(struct cpuinfo_x86 *c, int cpu);
0006 void cacheinfo_hygon_init_llc_id(struct cpuinfo_x86 *c, int cpu);
0007 
0008 #endif /* _ASM_X86_CACHEINFO_H */