sh: intc - add a clear register to struct intc_prio_reg

We need a secondary register member in struct intc_prio_reg to support
dual priority registers used by ipi on x3.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Magnus Damm
2007-08-12 15:22:02 +09:00
committed by Paul Mundt
parent d6aee69ca1
commit 6ef5fb2cfc
11 changed files with 105 additions and 97 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ struct intc_mask_reg {
};
struct intc_prio_reg {
unsigned long reg, reg_width, field_width;
unsigned long set_reg, clr_reg, reg_width, field_width;
intc_enum enum_ids[16];
};