Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/arm/fdt/gtmr_fdt.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/arm/fdt/gtmr_fdt.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- src/sys/arch/arm/fdt/gtmr_fdt.c 2021/01/27 03:10:19 1.9 +++ src/sys/arch/arm/fdt/gtmr_fdt.c 2021/04/24 23:36:26 1.10 @@ -1,4 +1,4 @@ -/* $NetBSD: gtmr_fdt.c,v 1.9 2021/01/27 03:10:19 thorpej Exp $ */ +/* $NetBSD: gtmr_fdt.c,v 1.10 2021/04/24 23:36:26 thorpej Exp $ */ /*- * Copyright (c) 2017 Jared McNeill @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: gtmr_fdt.c,v 1.9 2021/01/27 03:10:19 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: gtmr_fdt.c,v 1.10 2021/04/24 23:36:26 thorpej Exp $"); #include #include @@ -95,7 +95,7 @@ gtmr_fdt_attach(device_t parent, device_ } 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_timer_register(gtmr_cpu_initclocks);