[BACK]Return to gtmr_fdt.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / arm / fdt

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/arm/fdt/gtmr_fdt.c between version 1.9 and 1.9.2.1

version 1.9, 2021/01/27 03:10:19 version 1.9.2.1, 2021/03/21 21:08:55
Line 95  gtmr_fdt_attach(device_t parent, device_
Line 95  gtmr_fdt_attach(device_t parent, device_
         }          }
         aprint_normal_dev(self, "interrupting on %s\n", intrstr);          aprint_normal_dev(self, "interrupting on %s\n", intrstr);
   
         config_found(self, &mpcaa, NULL);          config_found(self, &mpcaa, NULL, CFARG_EOL);
   
         arm_fdt_cpu_hatch_register(self, gtmr_fdt_cpu_hatch);          arm_fdt_cpu_hatch_register(self, gtmr_fdt_cpu_hatch);
         arm_fdt_timer_register(gtmr_cpu_initclocks);          arm_fdt_timer_register(gtmr_cpu_initclocks);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.2.1

CVSweb <webmaster@jp.NetBSD.org>