Skip to content
Snippets Groups Projects
Commit d4bbcc73 authored by Federico Vaga's avatar Federico Vaga
Browse files

kernel: protect VIC on request,free and dispatch


Protecting the handlers' vector is not enough. Managing the interrupts
involves other tasks that must be serialized. Mainly to handle the first
request and the last free of a VIC handler.

The VIC internal locking (vec_lock) is not useful anymore, but I do not
remove it because theoretically the VIC should be an independent bunch of
code.

Signed-off-by: default avatarFederico Vaga <federico.vaga@cern.ch>
parent 8d4eba1d
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment