Resend. Claws-mail is still chewing up the to list for unknown reasons and I forgot to fix it by hand. On Tue, 22 Oct 2024 21:51:47 +0800 Zhao Liu <zhao1.liu@xxxxxxxxx> wrote: > Currently, we have no way to expose the arch-specific default cache > model because the cache model is sometimes related to the CPU model > (e.g., i386). > > Since the user might configure "default" level, any comparison with > "default" is meaningless before the machine knows the specific level > that "default" refers to. > > We can only check the correctness of the cache topology after the arch > loads the user-configured cache model from MachineState.smp_cache and > consumes the special "default" level by replacing it with the specific > level. > > Signed-off-by: Zhao Liu <zhao1.liu@xxxxxxxxx> Looks like useful sanity check code to me. Reviewed-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>