Re: [RFC PATCH 03/17] arm, arm64: use proper return types for traps

2018-11-13 Thread Jan Kiszka
On 06.11.18 00:01, Ralf Ramsauer wrote: There is a enum type for the return value of traps: enum trap_return. Use the proper return type, wherever it is used. Signed-off-by: Ralf Ramsauer --- hypervisor/arch/arm-common/include/asm/smccc.h | 2 +-

[RFC PATCH 03/17] arm, arm64: use proper return types for traps

2018-11-05 Thread Ralf Ramsauer
There is a enum type for the return value of traps: enum trap_return. Use the proper return type, wherever it is used. Signed-off-by: Ralf Ramsauer --- hypervisor/arch/arm-common/include/asm/smccc.h | 2 +- hypervisor/arch/arm-common/include/asm/traps.h | 4 ++--