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
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
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
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