diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-09-22 21:20:41 +0900 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2017-10-19 10:30:15 +0100 |
commit | d03cc2d8aed3bfbdfc1f52e79054e0013b5721ca (patch) | |
tree | bb00d5095d37d426a191a252dd74289ecfa34ce8 /Documentation | |
parent | f1d783585486c7c612f277c2a6f0c9bb5a67e463 (diff) | |
download | linux-d03cc2d8aed3bfbdfc1f52e79054e0013b5721ca.tar.gz linux-d03cc2d8aed3bfbdfc1f52e79054e0013b5721ca.tar.bz2 linux-d03cc2d8aed3bfbdfc1f52e79054e0013b5721ca.zip |
irqdomain: Add __rcu annotations to radix tree slot
Fix different address spaces warning of sparse.
kernel/irq/irqdomain.c:1463:14: warning: incorrect type in assignment (different address spaces)
kernel/irq/irqdomain.c:1463:14: expected void **slot
kernel/irq/irqdomain.c:1463:14: got void [noderef] <asn:4>**
kernel/irq/irqdomain.c:1465:66: warning: incorrect type in argument 2 (different address spaces)
kernel/irq/irqdomain.c:1465:66: expected void [noderef] <asn:4>**slot
kernel/irq/irqdomain.c:1465:66: got void **slot
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions