diff options
Diffstat (limited to 'arch/mips/include/asm/gic.h')
-rw-r--r-- | arch/mips/include/asm/gic.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/mips/include/asm/gic.h b/arch/mips/include/asm/gic.h index 10f6a99f92c2..5b0e6a4b2c30 100644 --- a/arch/mips/include/asm/gic.h +++ b/arch/mips/include/asm/gic.h | |||
@@ -306,18 +306,6 @@ | |||
306 | GICWRITE(GIC_REG_ADDR(SHARED, GIC_SH_MAP_TO_VPE_REG_OFF(intr, vpe)), \ | 306 | GICWRITE(GIC_REG_ADDR(SHARED, GIC_SH_MAP_TO_VPE_REG_OFF(intr, vpe)), \ |
307 | GIC_SH_MAP_TO_VPE_REG_BIT(vpe)) | 307 | GIC_SH_MAP_TO_VPE_REG_BIT(vpe)) |
308 | 308 | ||
309 | struct gic_pcpu_mask { | ||
310 | DECLARE_BITMAP(pcpu_mask, GIC_NUM_INTRS); | ||
311 | }; | ||
312 | |||
313 | struct gic_pending_regs { | ||
314 | DECLARE_BITMAP(pending, GIC_NUM_INTRS); | ||
315 | }; | ||
316 | |||
317 | struct gic_intrmask_regs { | ||
318 | DECLARE_BITMAP(intrmask, GIC_NUM_INTRS); | ||
319 | }; | ||
320 | |||
321 | /* | 309 | /* |
322 | * Interrupt Meta-data specification. The ipiflag helps | 310 | * Interrupt Meta-data specification. The ipiflag helps |
323 | * in building ipi_map. | 311 | * in building ipi_map. |