aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/mpic.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/mpic.h')
-rw-r--r--arch/powerpc/include/asm/mpic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/mpic.h b/arch/powerpc/include/asm/mpic.h
index e6fae49e0b7..ba0b2046106 100644
--- a/arch/powerpc/include/asm/mpic.h
+++ b/arch/powerpc/include/asm/mpic.h
@@ -293,6 +293,9 @@ struct mpic
293 /* Register access method */ 293 /* Register access method */
294 enum mpic_reg_type reg_type; 294 enum mpic_reg_type reg_type;
295 295
296 /* The physical base address of the MPIC */
297 phys_addr_t paddr;
298
296 /* The various ioremap'ed bases */ 299 /* The various ioremap'ed bases */
297 struct mpic_reg_bank gregs; 300 struct mpic_reg_bank gregs;
298 struct mpic_reg_bank tmregs; 301 struct mpic_reg_bank tmregs;