irqchip: gic-v3: Declare rdist as __percpu pointer to __iomem pointer
authorWill Deacon <will.deacon@arm.com>
Tue, 26 Aug 2014 14:13:27 +0000 (15:13 +0100)
committerJason Cooper <jason@lakedaemon.net>
Wed, 3 Sep 2014 12:08:10 +0000 (12:08 +0000)
commitfea322d1df439a8daefc6e00d65b879a03f83b17
treed35ae1292ff047415f33c0831b5488f415956565
parentf3d147b87a7dccf5537b29de9172002be5b03e1f
irqchip: gic-v3: Declare rdist as __percpu pointer to __iomem pointer

The __percpu __iomem annotations on the rdist base are contradictory
and confuse static checkers such as sparse.

This patch fixes the anotations so that rdist is described as a __percpu
pointer to an __iomem pointer.

Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Link: https://lkml.kernel.org/r/1409062410-25891-9-git-send-email-will.deacon@arm.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/irq-gic-v3.c
This page took 0.064857 seconds and 5 git commands to generate.