Re: [PATCH] grlib: Add and use irqmp_has_timestamp()

2020-10-08 Thread Joel Sherrill
I will push my fatal patch. Yours compiles but I see these warnings which appear to be related: make -j >/dev/null ../../../../../../../../rtems/c/src/lib/libbsp/riscv/griscv/../../../../../../bsps/riscv/griscv/clock/clockdrv.c: In function 'grlib_clock_initialize': ../../../../../../../../rtems/

Re: [PATCH] grlib: Add and use irqmp_has_timestamp()

2020-10-08 Thread Joel Sherrill
Looks OK to push. Do you want to cite the ticket number for the build failures in the comments? Should I go ahead and push the fatal error patch or will you do that? Is this needed on 5? I thought these all built on 5 but could be wrong. On Thu, Oct 8, 2020 at 12:52 AM Sebastian Huber < sebasti

[PATCH] grlib: Add and use irqmp_has_timestamp()

2020-10-07 Thread Sebastian Huber
Replace leon3_irqmp_has_timestamp() with irqmp_has_timestamp() and move it to grlib.h. Close #4128. --- bsps/riscv/griscv/clock/clockdrv.c | 2 +- bsps/shared/grlib/btimer/tlib_ckinit.c | 2 +- bsps/sparc/leon3/clock/ckinit.c| 4 ++-- bsps/sparc/leon3/include/leon.h| 7 ---