]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/gic-v3-its: Simplify LPI_PENDBASE_SZ usage
authorMarc Zyngier <marc.zyngier@arm.com>
Tue, 17 Jul 2018 17:06:39 +0000 (18:06 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Tue, 2 Oct 2018 09:37:27 +0000 (10:37 +0100)
commit8ad7d2a613575ed7806bac95570bd2422c57abb3
tree8f18ae5da8fe5290e5c53e4b123e801b6de1ab81
parent57d03c392dd73277f6a886cf770602e458dd249f
irqchip/gic-v3-its: Simplify LPI_PENDBASE_SZ usage

LPI_PENDING_SZ is always used in conjunction with a max(), which doesn't
make much sense, since we're guaranteed that LPI_PENDING_SZ is already
aligned to 64K. Let's remove it.

Tested-by: Jeremy Linton <jeremy.linton@arm.com>
Tested-by: Bhupesh Sharma <bhsharma@redhat.com>
Tested-by: Lei Zhang <zhang.lei@jp.fujitsu.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-gic-v3-its.c