summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/hardware/vic.h
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2009-03-24 15:30:07 +0000
committerBen Dooks <ben-linux@fluff.org>2009-05-07 11:04:57 +0100
commitc07f87f22ecc94201893b7a25430b7f5d5fd6de8 (patch)
tree3f8c6b8f7591fd6cb4a71aebbafd5df5d396937d /arch/arm/include/asm/hardware/vic.h
parentd87964c46005ccb04754f6309df0fd8f67b08c6d (diff)
downloadop-kernel-dev-c07f87f22ecc94201893b7a25430b7f5d5fd6de8.zip
op-kernel-dev-c07f87f22ecc94201893b7a25430b7f5d5fd6de8.tar.gz
[ARM] VIC: Add power management device
Add power management support to the VIC by registering each VIC as a system device to get suspend/resume events going. Since the VIC registeration is done early, we need to record the VICs in a static array which is used to add the system devices later once the initcalls are run. This means there is now a configuration value for the number of VICs in the system. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/include/asm/hardware/vic.h')
-rw-r--r--arch/arm/include/asm/hardware/vic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/hardware/vic.h b/arch/arm/include/asm/hardware/vic.h
index f87328d..5d72550 100644
--- a/arch/arm/include/asm/hardware/vic.h
+++ b/arch/arm/include/asm/hardware/vic.h
@@ -41,7 +41,7 @@
#define VIC_PL192_VECT_ADDR 0xF00
#ifndef __ASSEMBLY__
-void vic_init(void __iomem *base, unsigned int irq_start, u32 vic_sources);
+void vic_init(void __iomem *base, unsigned int irq_start, u32 vic_sources, u32 resume_sources);
#endif
#endif
OpenPOWER on IntegriCloud