diff options
author | Jens Freimann | 2014-12-01 16:43:40 +0100 |
---|---|---|
committer | Christian Borntraeger | 2014-12-04 16:38:57 +0100 |
commit | 9185124e8754e54f3ae03ef3b3eab628aa066ef6 (patch) | |
tree | 5bbe75e2fd8cdf5972de88d1a9ec5ae62811c477 /sound | |
parent | 467fc29892b8d563592d17d7128296495b6cf335 (diff) |
KVM: s390: use atomic bitops to access pending_irqs bitmap
Currently we use a mixture of atomic/non-atomic bitops
and the local_int spin lock to protect the pending_irqs bitmap
and interrupt payload data.
We need to use atomic bitops for the pending_irqs bitmap everywhere
and in addition acquire the local_int lock where interrupt data needs
to be protected.
Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com>
Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions