Home
last modified time | relevance | path

Searched hist:"3 b3a4611ebbe6a749d76152b35236aaa5b99977e" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/drivers/
H A Dgic.c3b3a4611ebbe6a749d76152b35236aaa5b99977e Fri Mar 03 13:49:23 UTC 2017 Mathieu Briand <mbriand@witekio.com> core: arm: Do not handle unsupported interrupts

Trying to handle an interrupt with an ID above the maximum will result
in a kernel panic as the itr_handle() function will try to disable this
unhandled interruption.

Interrupts with a high ID will now be simply ignored.

Signed-off-by: Mathieu Briand <mbriand@witekio.com>
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>