Make setjmp.h prototypes comply with the C standard
Instead of having a custom implementation of setjmp() and longjmp() it
is better to follow the C standard.

The comments in setjmp.h are no longer needed as there are no deviations
from the expected one, so they have been removed.

All SDEI code that relied on them has been fixed to use the new function
prototypes and structs.

Change-Id: I6cd2e21cb5a5bcf81ba12283f2e4c067bd5172ca
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
1 parent 30490b1 commit e05663051671bdec38056a2da5ddebd390b4abca
@Antonio Nino Diaz Antonio Nino Diaz authored on 8 Feb 2019
Showing 5 changed files
View
include/arch/aarch64/setjmp.h
View
lib/aarch64/setjmp.S
View
services/std_svc/sdei/sdei_dispatch.S
View
services/std_svc/sdei/sdei_intr_mgmt.c
View
services/std_svc/sdei/sdei_private.h