staticint__initof_create_spu(struct spu *spu,void*data){intret;structdevice_node*spe= (structdevice_node*)data;staticintlegacy_map =0, legacy_irq =0; spu->devnode =of_node_get(spe); spu->spe_id = find_spu_unit_number(spe); spu->node = of_node_to_nid(spe);if(spu->node >=...