diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/irqchip/arm-gic-v3.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/irqchip/arm-gic-v3.h b/include/linux/irqchip/arm-gic-v3.h index 21c9d70426d1..0ed30d7d9338 100644 --- a/include/linux/irqchip/arm-gic-v3.h +++ b/include/linux/irqchip/arm-gic-v3.h | |||
| @@ -295,6 +295,12 @@ | |||
| 295 | 295 | ||
| 296 | #include <linux/stringify.h> | 296 | #include <linux/stringify.h> |
| 297 | 297 | ||
| 298 | /* | ||
| 299 | * We need a value to serve as a irq-type for LPIs. Choose one that will | ||
| 300 | * hopefully pique the interest of the reviewer. | ||
| 301 | */ | ||
| 302 | #define GIC_IRQ_TYPE_LPI 0xa110c8ed | ||
| 303 | |||
| 298 | struct rdists { | 304 | struct rdists { |
| 299 | struct { | 305 | struct { |
| 300 | void __iomem *rd_base; | 306 | void __iomem *rd_base; |
