On 12/6/20 5:39 PM, Philippe Mathieu-Daudé wrote: > This file is not TCG specific, contains CPU definitions > and is consumed by cpu.c. Rename it as such. > > Signed-off-by: Philippe Mathieu-Daudé <f4bug@xxxxxxxxx> > --- > cpu-defs.c still contains fpu_init()/mvp_init()/msa_reset(). > They are moved out in different series (already posted). After the other functions are moved, then this file may be compiled separately? Or... why is mips_cpu_list moved? I guess it wouldn't be able to be separately compiled, because of the ARRAY_SIZE. r~