[PATCH v2 2/2] kernel: cobalt: Fix up elf_hwcap

2021-02-02 Thread Greg Gallagher via Xenomai
Update to use ELF_HWCAP instead of elf_hwcap directly. Signen-off-by: Greg Gallagher --- kernel/cobalt/arch/arm/include/asm/xenomai/fptest.h | 2 +- kernel/cobalt/arch/arm64/include/asm/xenomai/fptest.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/cobalt/arch/a

[PATCH v2 1/2] kernel: cobalt: Remove header file for newer kernels

2021-02-02 Thread Greg Gallagher via Xenomai
5.4 kernels do not have compiler.h, only include this header file for kernels older then 5.4 Signed-off-by: Greg Gallagher --- kernel/cobalt/arch/arm64/include/asm/xenomai/machine.h | 4 1 file changed, 4 insertions(+) diff --git a/kernel/cobalt/arch/arm64/include/asm/xenomai/machine.h b

Re: [PATCH 06/13] cobalt/clock: drop timer calibration

2021-02-02 Thread Philippe Gerum via Xenomai
Jan Kiszka writes: > On 31.01.21 15:45, Philippe Gerum wrote: >> From: Philippe Gerum >> >> The calibrated timer setup time is currently accounted for in the >> timer gravity triplet (.user, also used as default .irq latency), >> exclusively. This forces in a dynamically calculated parameter

Re: [PATCH 13/13] cobalt/assert: pipeline: add TODO() marker

2021-02-02 Thread Philippe Gerum via Xenomai
Jan Kiszka writes: > On 31.01.21 15:45, Philippe Gerum wrote: >> From: Philippe Gerum >> >> As its name suggests, TODO() can be added to the code in order to >> highlight a place where some implementation bits are known to be >> missing. Turning on CONFIG_XENO_TODO reveals the places where su