On Tue, 23 Apr 2019 23:21:00 PDT (-0700), Christoph Hellwig wrote:
} + +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 <h...@lst.de>
Oh, sorry, I missed this -- I just fixed up the patch and added your tag.