kernel/arch/sparc/kernel/pci_sabre.c
.. .. @@ -475,7 +475,7 @@ 475 475 * different ways, inconsistently. 476 476 */ 477 477 for_each_node_by_type(cpu_dp, "cpu") { 478 - if (!strcmp(cpu_dp->name, "SUNW,UltraSPARC-IIe"))478 + if (of_node_name_eq(cpu_dp, "SUNW,UltraSPARC-IIe"))479 479 hummingbird_p = 1; 480 480 } 481 481 }