diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2005-12-13 07:04:29 (GMT) |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-09 03:53:59 (GMT) |
commit | c4b22f268914ff824a6334b62afd23f7ad79df11 (patch) | |
tree | c9add159e07b24bab5245404f5ff1a9646560624 /include/asm-powerpc/mpic.h | |
parent | cc5d0189b9ba95260857a5018a1c2fef90008507 (diff) | |
download | linux-fsl-qoriq-c4b22f268914ff824a6334b62afd23f7ad79df11.tar.xz |
[PATCH] powerpc: Update MPIC workarounds
Cleanup the MPIC IO-APIC workarounds, make them a bit more generic,
smaller and faster.
Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/mpic.h')
-rw-r--r-- | include/asm-powerpc/mpic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-powerpc/mpic.h b/include/asm-powerpc/mpic.h index 7083d1f..6ce27e1 100644 --- a/include/asm-powerpc/mpic.h +++ b/include/asm-powerpc/mpic.h @@ -117,7 +117,8 @@ typedef int (*mpic_cascade_t)(struct pt_regs *regs, void *data); struct mpic_irq_fixup { u8 __iomem *base; - unsigned int irq; + u32 data; + unsigned int irq; }; #endif /* CONFIG_MPIC_BROKEN_U3 */ |