forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/x86/include/asm/cacheinfo.h
....@@ -2,6 +2,7 @@
22 #ifndef _ASM_X86_CACHEINFO_H
33 #define _ASM_X86_CACHEINFO_H
44
5
-void cacheinfo_amd_init_llc_id(struct cpuinfo_x86 *c, int cpu, u8 node_id);
5
+void cacheinfo_amd_init_llc_id(struct cpuinfo_x86 *c, int cpu);
6
+void cacheinfo_hygon_init_llc_id(struct cpuinfo_x86 *c, int cpu);
67
78 #endif /* _ASM_X86_CACHEINFO_H */