commit | 17a21f58ff3e60fef3df788561b65e576a0b494d | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Sun Jul 17 20:01:46 2016 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Mon Jul 18 18:15:18 2016 +0100 |
tree | ee028f95d99b2e0f307cd06e7526f0bcbca13658 | |
parent | d6c7f865f00adf98ca79712167fb0f1b9dccb272 [diff] |
KVM: arm64: vgic-its: Add collection allocator/destructor Instead of spreading random allocations all over the place, consolidate allocation/init/freeing of collections in a pair of constructor/destructor. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>