Loading drivers/of/base.c +1 −4 Original line number Diff line number Diff line Loading @@ -375,10 +375,7 @@ bool __weak arch_find_n_match_cpu_physical_id(struct device_node *cpun, cpu, thread)) return true; if (__of_find_n_match_cpu_property(cpun, "reg", cpu, thread)) return true; return false; return __of_find_n_match_cpu_property(cpun, "reg", cpu, thread); } /** Loading Loading
drivers/of/base.c +1 −4 Original line number Diff line number Diff line Loading @@ -375,10 +375,7 @@ bool __weak arch_find_n_match_cpu_physical_id(struct device_node *cpun, cpu, thread)) return true; if (__of_find_n_match_cpu_property(cpun, "reg", cpu, thread)) return true; return false; return __of_find_n_match_cpu_property(cpun, "reg", cpu, thread); } /** Loading