|
@@ -62,7 +62,7 @@
|
|
* avoids bugs where we forget to subtract GIC_INTERNAL from an
|
|
* avoids bugs where we forget to subtract GIC_INTERNAL from an
|
|
* interrupt number.
|
|
* interrupt number.
|
|
*/
|
|
*/
|
|
-#define GICV3_BMP_SIZE (DIV_ROUND_UP(GICV3_MAXIRQ, 32))
|
|
|
|
|
|
+#define GICV3_BMP_SIZE DIV_ROUND_UP(GICV3_MAXIRQ, 32)
|
|
|
|
|
|
#define GIC_DECLARE_BITMAP(name) \
|
|
#define GIC_DECLARE_BITMAP(name) \
|
|
uint32_t name[GICV3_BMP_SIZE]
|
|
uint32_t name[GICV3_BMP_SIZE]
|