> }
> +
> +bool arch_match_cpu_phys_id(int cpu, u64 phys_id)
> +{
> + return phys_id == cpuid_to_hartid_map(cpu);
> +}
> /* Unsupported */Please keep an empty line after function bodys. Otherwise looks good: Reviewed-by: Christoph Hellwig <[email protected]>

