X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fsh%2Fintc%2Fchip.c;h=33b2ed451e095dde15bedd14ce04ded170e17fd4;hb=4fbcc42dc4d069aa941873ce28f3e98f51cb4fd3;hp=f33e2dd979348f4b78560d15b2f8e9f9d33ef09e;hpb=2472f3c8d8fc18b25b2cf1574c036e238187c0ff;p=pandora-kernel.git diff --git a/drivers/sh/intc/chip.c b/drivers/sh/intc/chip.c index f33e2dd97934..33b2ed451e09 100644 --- a/drivers/sh/intc/chip.c +++ b/drivers/sh/intc/chip.c @@ -186,6 +186,9 @@ static unsigned char intc_irq_sense_table[IRQ_TYPE_SENSE_MASK + 1] = { !defined(CONFIG_CPU_SUBTYPE_SH7709) [IRQ_TYPE_LEVEL_HIGH] = VALID(3), #endif +#if defined(CONFIG_ARCH_SH7372) + [IRQ_TYPE_EDGE_BOTH] = VALID(4), +#endif }; static int intc_set_type(struct irq_data *data, unsigned int type)