commit | b90338b7cbb7c8cad8dbd3c4de4e64180ce0d88b | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Sun Jul 17 12:15:19 2016 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Mon Jul 18 18:15:17 2016 +0100 |
tree | f08c54db102077143b98a8dc01fae4a41a2a1b5f | |
parent | 7e3963a51563d844fcd3bdc13e2847561b15e8de [diff] |
KVM: arm64: vgic-its: Fix misleading nr_entries in vgic_its_check_device_id The nr_entries variable in vgic_its_check_device_id actually describe the size of the L1 table, and not the number of entries in this table. Rename it to l1_tbl_size, so that we can now change the code with a better understanding of what is what. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>