Pu Wen <puwen@xxxxxxxx> writes: > Add x86 architecture support for new processor Hygon Dhyana Family 18h. > Rework to create a separated file(arch/x86/kernel/cpu/hygon.c) from the > AMD init one(arch/x86/kernel/cpu/amd.c) to initialize Dhyana CPU. Standard approach would be to move the shared code into a different file and call it from both amd.c and hygon.c instead of duplicating. -Andi