Re: [PATCH v5 01/16] x86/cpu: create Dhyana init file and register new cpu_dev to system
From: Andi Kleen
Date: Wed Aug 29 2018 - 15:36:11 EST
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